Results 1 to 7 of 7
Can some please help me by teaching me or linking me to a tutorial on how to install apps when they are in the tr.gz file format. I know how ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 09-01-2003 #1Just Joined!
- Join Date
- Aug 2003
- Location
- NYC
- Posts
- 15
tr.gz file help
Can some please help me by teaching me or linking me to a tutorial on how to install apps when they are in the tr.gz file format. I know how extract them but when i do and open the folder there is no simple install file. (sorry im a windows user as well) I have to know how to do this since not all files come in RPM format which i already kow how to install. help would be greatly appreciated.
- 09-01-2003 #2Linux Newbie
- Join Date
- May 2003
- Posts
- 123
Re: tr.gz file help
ok, you go into the directory it creates, then type:
Originally Posted by SuseKid
./configure
make
su (to become root)
make installLinux Underground (my own linux website)
- 09-01-2003 #3Just Joined!
- Join Date
- Aug 2003
- Location
- NYC
- Posts
- 15
Thanks for the help. Everything works except when i type make install it says "cannot stat 'thttpd' : No such file or directory make: *** [installthis] Error 1 " what does all that mean?
- 09-01-2003 #4Linux Engineer
- Join Date
- Nov 2002
- Location
- Queens, NY
- Posts
- 1,319
It means that "thttpd" is a dependecny for whatever program you are trying to compile. Does anyone know what thttpd is? Is it a trivial http daemon?
The best things in life are free.
- 09-01-2003 #5Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
What is it that you're trying to install, SuseKid? Can you post some more lines of output surrounding the error?
- 09-02-2003 #6Just Joined!
- Join Date
- Aug 2003
- Location
- NYC
- Posts
- 15
I was trying to install something that was to allow me to download a certain file for linux. i got it working.
- 09-02-2003 #7Linux Engineer
- Join Date
- Jul 2003
- Location
- Uppsala, Sweden
- Posts
- 1,278
you gotta cd to the directory before you make i think
Proud to be a GNU/Gentoo Linux user!


Reply With Quote
