Fedora Linux Support Community & Resources Center
  #1  
Old 10th February 2007, 03:59 AM
RJP Offline
Registered User
 
Join Date: Jul 2006
Posts: 19
Firefox 2 install problem

This will probably fall under the "bonehead" category, but I'm stumped.

I've downloaded the tar.gz of Firefox 2.0.0.1, uncompressed it, and tried to load the installer by typing "./firefox" from within the new directory. I was rewarded with the following message:

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

OK, it would appear that I'm missing a vital file. Can someone please tell me how to fix this? Given that Firefox 1.0.8 runs like silk on my system, I assumed that all of the necessary libraries were in place.

I'm using Fedora Core 4 if it makes any difference, and I was attempting the install as root. However, doing it as a user got the same result. I figure the solution is staring me right in the face, but it may be so obvious that I can't see it. Please advise.

Thanks in advance,

RJP
Reply With Quote
  #2  
Old 10th February 2007, 04:14 AM
mtl2002 Offline
Registered User
 
Join Date: Jun 2005
Posts: 263
Mozilla compiles firefox with gcc version 3.x, whereas Fedora is now running on gcc 4.x.
You need to install the historical compatibility library "compat-libstdc++-33" which supplies the stuff needed by the 3.x binary. To do this

Open up a terminal
Become root with su
yum install compat-libstdc++-33

You should be good to go now.
Reply With Quote
  #3  
Old 10th February 2007, 04:58 AM
RJP Offline
Registered User
 
Join Date: Jul 2006
Posts: 19
Thanks, that worked. But now I have a new problem! (good grief)

When I load Firefox, I keep getting my older version. Apparently my system is still focused on the old one; I'm guessing I have to go through and edit whatever shortcuts I'm using. Can this be done quickly and relatively pain-free? I ask foolishly...

I also have to update my plugins; that was why I upgraded Firefox in the first place. I'm hoping I only have to do that once, as root. Hopefully the two user accounts will follow suit, but I have my doubts.

Thanks again,

RJP
Reply With Quote
  #4  
Old 11th February 2007, 02:45 AM
Jman Offline
Registered User
 
Join Date: Mar 2004
Location: Minnesota, USA
Age: 27
Posts: 7,909
All the existing shortcuts to /usr/bin/firefox or firefox will go to the rpm version, yes.

I've got one launcher I use for starting it and don't bother to look for all shortcuts to the old one.

As for plugins my user owns the firefox dir so it can apply the updates across users. Although I only use one so that doesn't matter much.
Reply With Quote
  #5  
Old 11th February 2007, 03:09 AM
mtl2002 Offline
Registered User
 
Join Date: Jun 2005
Posts: 263
yeah, if you are in a one user system, the easiest way to have your plugins survive firefox updates is to keep all the plugins in /home/yourusername/.mozilla/plugins

Here are the contents of my /home/yourusername/.mozilla/plugins, which I manually copied from /usr/lib/mozilla/plugins, /usr/lib/firefox-version/plugins, /usr/local/Adobe/Acrobat7.0/Browser/intellinux, /usr/local/RealPlayer/mozilla

Code:
[mtl@localhost plugins]$ pwd
/home/mtl/.mozilla/plugins

[mtl@localhost plugins]$ ls -l
total 13372
-rwxr-xr-x 1 mtl  mtl  7040080 Dec 15 16:51 libflashplayer.so
lrwxrwxrwx 1 root root      50 Jan  7 19:40 libjavaplugin_oji.so -> /opt/jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so
-rwxr-xr-x 1 mtl  mtl   277564 Feb  8 00:45 mplayerplug-in-dvx.so
-rw-r--r-- 1 mtl  mtl     1021 Feb  8 00:45 mplayerplug-in-dvx.xpt
-rwxr-xr-x 1 mtl  mtl   277660 Feb  8 00:45 mplayerplug-in-gmp.so
-rw-r--r-- 1 mtl  mtl     1021 Feb  8 00:45 mplayerplug-in-gmp.xpt
-rwxr-xr-x 1 mtl  mtl   277788 Feb  8 00:45 mplayerplug-in-qt.so
-rw-r--r-- 1 mtl  mtl     1021 Feb  8 00:45 mplayerplug-in-qt.xpt
-rwxr-xr-x 1 mtl  mtl   277852 Feb  8 00:45 mplayerplug-in-rm.so
-rw-r--r-- 1 mtl  mtl     1021 Feb  8 00:45 mplayerplug-in-rm.xpt
-rwxr-xr-x 1 mtl  mtl   279512 Feb  8 00:45 mplayerplug-in.so
-rwxr-xr-x 1 mtl  mtl   278108 Feb  8 00:45 mplayerplug-in-wmp.so
-rw-r--r-- 1 mtl  mtl     1021 Feb  8 00:45 mplayerplug-in-wmp.xpt
-rw-r--r-- 1 mtl  mtl     1021 Feb  8 00:45 mplayerplug-in.xpt
-rwxr-xr-x 1 mtl  mtl    57580 Jul 19  2006 nphelix.so
-rwxr-xr-x 1 mtl  mtl     5086 Jul 19  2006 nphelix.xpt
-rwxr-xr-x 1 mtl  mtl  4759307 Jan  5 14:56 nppdf.so
[mtl@localhost plugins]$
Reply With Quote
  #6  
Old 11th February 2007, 09:42 PM
jimmy7 Offline
Registered User
 
Join Date: Jan 2007
Posts: 10
Quote:
Originally Posted by Jman
All the existing shortcuts to /usr/bin/firefox or firefox will go to the rpm version, yes.

I've got one launcher I use for starting it and don't bother to look for all shortcuts to the old one.

As for plugins my user owns the firefox dir so it can apply the updates across users. Although I only use one so that doesn't matter much.
My old version also launches instead of Firefox 2.0. How can I have the new version launch instead? I use the command ./firefox. I just started with Fedora core6 so it's all new to me. Thanks for the help.

Jimmy
Reply With Quote
Reply

Tags
firefox, install, problem

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
uninstall Firefox 3.5 Beta 4, install Firefox 3.0.11 stable Dillio Using Fedora 4 1st July 2009 07:42 PM
Firefox 1.5 // install and run problem Alukardian Using Fedora 2 11th March 2006 10:47 PM
firefox 1.5 install problem katalyst Using Fedora 11 20th December 2005 08:55 AM


Current GMT-time: 04:18 (Sunday, 26-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat