LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   installing firefox-2.0rc3.tar.gz (https://www.linuxquestions.org/questions/linux-newbie-8/installing-firefox-2-0rc3-tar-gz-493114/)

nevxille 10-17-2006 05:08 AM

installing firefox-2.0rc3.tar.gz
 
i have downloaded firefox-2.0rc3.tar.gz
i've used the tar -zxvf firefox-2.0rc3.tar.gz
a new dir called firefox has been created ...now what??
i ran the ./configure ...and i get his error:
bash: ./configure: No such file or directory
any help appreciated
thks

bathory 10-17-2006 05:30 AM

You just need to run ./firefox to start it.

nevxille 10-17-2006 05:52 AM

still getting problem
 
firefox]# ./firefox

getting this error now :

./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory

bathory 10-17-2006 06:35 AM

You need that library. Use your distro's package manager to install it.

ethics 10-17-2006 08:12 AM

I always had those errors on FC ( since i think they use more cutting edge libraries, and defunk ones quicker).

There are usually compat libraries in the package manager that resolve these errors.

reddazz 10-17-2006 08:45 AM

nexville, please let us know what Linux distribution you are using (better still put it in your profile). This makes it easier for people to give you accurate responses to your questions.

nevxille 10-18-2006 01:16 AM

using redhat EL4, what is distro pkg manager?

reddazz 10-18-2006 03:48 AM

Since you are using RHEL4, you need to install a package called compat-libstdc++-33 in order for Firefox to work properly.

Quote:

what is distro pkg manager?
It is a tool (or set of tools) use to manage packages on your system i.e. install, remove, query packages etc. On RHEL4, you use rpm and an up2date.


All times are GMT -5. The time now is 11:01 PM.