SlackwareThis Forum is for the discussion of Slackware Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
In windows its extension is just .tgz but in linux the extension .tgz.tar. So im figuring its a tarred slackpack. . .
so first i try tar -zxvf and i get 3 new directories (install,opt,usr) in install there is a shell file 'doinst' so i type 'checkmod a + x' and type 'make install' and i get the 'no rule to make target' error (what does this mean please??).
well probabyl i shouldn't have typed -zxvf but when i try tar -x the shell just hangs.
(i also tried renaming the pack to just .tgz, there was no error but it wasn't renamed)
yup i cd to the install directory, there is only the doinst.sh file and a text file there. then i type
./configure
which results in a program not found or similar type error. I tried make and make install as root too.
hi tinkster. When i try this i get 'can't install package, it doesn't end in .tgz' .
But i have redownloaded the file and noticed that each download i either get a tgz.tar or a tgz.gz extension. I think windows is adding extensions as i have this problem before. However when i rename the package .tgz i still get the error i mentioned before.
Did you download the package while you were in windows? It sounds like windows couldn't deal with the .tgz extension and added the .tar. When I downloaded the file in linux it is just a .tgz file. Try downloading it in linux or turning off the "hide extension for known file type" option in windows then removing the .tar in windows.
First off Jext is a java based app. You need the Java sdk installed.
1 Can you : " echo $JAVA_HOME "
if not you need to set this up in your profile. If this is all said and done and when you "echo $JAVA_HOME" you get /path/to/you/java/install you must untar the file
2 tar xfvz jext-3.2pre3.tar.gz <<<DOWNLOAD THIS FILE FROM THE WEB_LINK YOU POSTED ABOVE>>>
3 than cd to <jextinstalldir> than cd to the bin dir withen that
i was downloading it in windows (need to get my wireless card working with slack and i dont know enough yet to do this). The extension was always .tgz but the file was listed as either tar or gz. Then when i accessed it in linux the .tar or .gz extension was added to .tgz.
i just downloaded the package again and renamed it (in linux) to .tgz and it installed fine - cant understand why it wouldn't do that before when i renamed it
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.