Computing.Net > Forums > Linux > installing tar.gz files

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

installing tar.gz files

Reply to Message Icon

Name: joe
Date: December 15, 2000 at 12:07:09 Pacific
Comment:

I have recently come across a problem installing tar.gz files. This is what I did

1)Downloaded the file I wanted
2)opened a terminal and typed in tar zxfv myfile.tar.gz
3)Everything uncompressed ok now for configuring
4)I type in ./configure and it says "No such file or directory" yet I know it IS there.

My problem is that I can never get past the uncompressing stage! I am a total linux newbie and I have been reading up on this for sometime with no luck. Do I need to be in a specific directory when I type ./configure? Am I making any sense? Their are no .RPM files for many of the files I want so that's not an option...please help me.



Sponsored Link
Ads by Google

Response Number 1
Name: Werner
Date: December 16, 2000 at 09:23:57 Pacific
Reply:

Hi there. Are you SURE your in the directory that has the configure script? Do a ls -la in the directory you are doing the ./configure
When you uncompress a tar file, you should see a new directory, for example, /usr. cd to the new directory and find the configure script. Sometimes it's in a subdirectory. Good luck.


0

Response Number 2
Name: not2hostile
Date: December 18, 2000 at 00:11:43 Pacific
Reply:

try "su" or login as root. before you "./configure"

hope that helps

peace


0

Response Number 3
Name: Samsi
Date: December 20, 2000 at 05:51:49 Pacific
Reply:

/usr isn't a good example!
When you uncompress the file MYFILE.i386.tar.gz in /root then the new directory is mostly /root/MYFILE.i386 and there you will find the configure script or a setup.sh or INSTALL file or something!

Hope that could help!


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: installing tar.gz files

How can I install tar.gz files? www.computing.net/answers/linux/how-can-i-install-targz-files/22527.html

can't install .tar.gz file www.computing.net/answers/linux/cant-install-targz-file/22135.html

problem in installing tar.gz file www.computing.net/answers/linux/problem-in-installing-targz-file/24677.html