Linux - NewbieThis Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
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.
Then I remove old firefox from Fedora with -> rpm -e firefox
Then I try to install firefox 2 ->
cd /usr/bin
tar -zxvf /home/ricardo/download/firefox-2.0.tar.gz
Then I try to run new firefox ->
[root@localhost bin]# cd firefox
[root@localhost firefox]# sh firefox
./firefox-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[root@localhost firefox]# whereis libstdc++.so.5
libstdc++.so: /usr/lib/libstdc++.so.6
[root@localhost firefox]#
What do I do for put firefox operational again in my Fedora Core 5 running under VMWare player? (Warning! I was logged as root)
I created a symbolic link in the /usr/bin/firefox with the name libstdc++.so.5 pointing to /usr/lib/libstdc++.so.6 (this file is showed when I give the "whereis libstdc++.so.5").
Then I ran firefox again (as root) and receive the folowing messages:
=============================================================
[root@localhost firefox]# sh firefox
./firefox-bin: ./libstdc++.so.5: version `GLIBCPP_3.2' not found (required by ./firefox-bin)
./firefox-bin: ./libstdc++.so.5: version `CXXABI_1.2' not found (required by ./firefox-bin)
./firefox-bin: ./libstdc++.so.5: version `GLIBCPP_3.2' not found (required by ./libxpcom_core.so)
./firefox-bin: ./libstdc++.so.5: version `CXXABI_1.2' not found (required by ./libxpcom_core.so)
./firefox-bin: ./libstdc++.so.5: version `GLIBCPP_3.2' not found (required by ./libxpcom_compat.so)
[root@localhost firefox]#
=============================================================
Then I search for GLIBCPP_3.2 in Google and I find a lot of references talking about libstc++.so.5.
Would it possible to someone that have good skill to make some research over this informations?
unpack firefox2.tar.gz then copy the directory to the /usr/lib and copy the firefox.sh script (found within the firefox directory) to /usr/bin and than should do it. but i did have to modify the firefox.sh script to get mine to work
I solve the trouble! I get libstdc++*.* from a Mandriva 2006 that I use at home, tar them transmit to here in my job, where I use Fedora Core 5. Then I untar them in the local /usr/lib.
Imediatelly Mozilla Firefox begin to run normally.
But I get a new trouble. I can't put a shortcut in the desktop. I tried to create a symbolic link in the Desktop but when I double click it, linux ask me if I want to execute or edit or...
When I choose execute, it opens a konsole window and runs Firefox OK, but, obviously, I can't close the konsole window.
Hey mr. Ken! If you want a copy of the tar.ga file that solves my trouble, please send an e-mail to nightrider43@gmail.com and I'll transmit it to you.
I'm not sure what I'm going to do with it at this point. I think that my wife of 25 years is about to leave me and should that happen, I'm going to scrap everything and be come a hermit.
It appears that my personal interests are a stubbling block between us. She has no real interest in what I do. She just wants me to sit all the time with her and do nothing or what ever comes to mind.
unpack firefox2.tar.gz then copy the directory to the /usr/lib and copy the firefox.sh script (found within the firefox directory) to /usr/bin and than should do it. but i did have to modify the firefox.sh script to get mine to work
after being confused why firefox didnt work i modifyed the firefox.sh script
i atlered the "moz_libdir=/usr/local/lib/firefox-2" to:
moz_libdir=/usr/lib/firefox
where i put the untared firefox directory and put the firefox.sh script in the /usr/bin
and this got firefox working for me
I'm using Fedora core 5. What I did was go through the software install section and found that I could add libstdc++.so. I installed this package and then executed ./firefox from within the firefox-2.0 directory in the path: /usr/lib/firefox-2.0.
Once this was accomplished, I got a message telling me that my 1.5.0.7 session had been interrupted and whether I wanted restore it or not. I selected no and it asked if I wanted firefox-2.0 to be my default browser. I selected yes and now it is my default browers, replacing version 1.5.0.7.
It worked perfect for me, I removed my Firefox1.5 from my Fedora-5. After this I untared the tarball in /usr/lib and simply typed ./firefox in /usr/lib/firefox-2.0... Thats it...
-BC
It worked perfect for me, I removed my Firefox1.5 from my Fedora-5. After this I untared the tarball in /usr/lib and simply typed ./firefox in /usr/lib/firefox-2.0... Thats it...
-BC
BC,
That's great news.
The problem that I had was related to an error message the I got when I followed this procedure. When I typed ./firefox, I was greated with a message that I was missing the libstdc++.so library.
I found this library in the normal install directory, installed in and then executed ./firefox and I was successful with the installation.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.