Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have firefox 1.0.8 installed on fc4. I downloaded 1.5.3 to var/tmp and ran tar -zxvf on the gz file then cd to firefox dir. Ran firefox but when i open firefox it is still the old version. Anyone got any idears. If I try and install an rpm it tells me I already have the version (1.5.3) installed ?????
are you sure it's the old version? firefox will find the profile file and automatically adjust. open firefox, and at the top, click "help" then "about mozilla firefox" and see which version is actually starting up for you.
If you're just running "firefox", then it will use the one that's in a directory in your $PATH. The current directory probably isn't in your $PATH, so you need to use "./firefox".
Detpenquin, Its deffinately the old version.
Nylex (thats a brand of garden hose where I come from) I dont really understand what you mean ? I tried to run ./firefox as su and I got the following
# ./firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[root@pmltws firefox]#
$PATH is an environment variable that contains a list of directories in which the shell looks when you run a command. Usually, the current directory (".") isn't in your $PATH, so if you just run a command as normal and that executable exists in a directory that is listed in $PATH, the shell will use that. Again, if the current directory is not in your $PATH and you want to run an executable that's in that directory, you use ./, followed by the executable.
I have firefox 1.0.8 installed on fc4. I downloaded 1.5.3 to var/tmp and ran tar -zxvf on the gz file then cd to firefox dir. Ran firefox but when i open firefox it is still the old version. Anyone got any idears. If I try and install an rpm it tells me I already have the version (1.5.3) installed ?????
Try running the new version by typing "./firefox" from the firefox directory... If you simply type "firefox", the new executable in your current directory will not be picked up.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.