LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 10-01-2005, 08:14 PM   #1
baosheng
Member
 
Registered: Oct 2004
Location: Lubbock, TX, USA
Distribution: Ubuntu 7.10
Posts: 74

Rep: Reputation: 15
FC4 doesn't have libstdc++.so.5 but libstdc++.so.6


I found I can't install many softwares because the version of libstdc++.so in FC4 is 6 while in legacy FC is libstdc++.so.5
Many software installation program can't fine libstdc++.so.5 and then they abort the installation.

How can I solve the problem?

thanks
 
Old 10-02-2005, 02:29 PM   #2
mjmwired
Member
 
Registered: Apr 2004
Distribution: CentOS6, CentOS5, F16, F15, Ubuntu, OpenSuse
Posts: 620

Rep: Reputation: 39
What programs, for example, are you trying to install? Can you list some?

Do you have all the compat libraries installed?
http://www.mjmwired.net/resources/mj...c4.html#compat

[mirandam@charon ~]$ rpm -q --whatprovides libstdc++.so.5
compat-libstdc++-33-3.2.3-47.fc4
[mirandam@charon ~]$ rpm -q --whatprovides libstdc++.so.6
libstdc++-4.0.0-8

Last edited by mjmwired; 10-02-2005 at 09:38 PM.
 
Old 10-02-2005, 09:07 PM   #3
aznluvsmc
Member
 
Registered: Aug 2004
Location: Newmarket, Ontario
Distribution: OpenSuse 10.2
Posts: 184

Rep: Reputation: 30
You need to install the libstdc++.so.5 library.

Enter the command as root:
# yum install libstdc++.so.5
 
Old 10-05-2005, 01:11 AM   #4
baosheng
Member
 
Registered: Oct 2004
Location: Lubbock, TX, USA
Distribution: Ubuntu 7.10
Posts: 74

Original Poster
Rep: Reputation: 15
ok

Last edited by baosheng; 10-05-2005 at 01:13 AM.
 
Old 10-08-2005, 04:54 PM   #5
aznluvsmc
Member
 
Registered: Aug 2004
Location: Newmarket, Ontario
Distribution: OpenSuse 10.2
Posts: 184

Rep: Reputation: 30
Did it work for you?
 
Old 10-09-2005, 11:24 PM   #6
baosheng
Member
 
Registered: Oct 2004
Location: Lubbock, TX, USA
Distribution: Ubuntu 7.10
Posts: 74

Original Poster
Rep: Reputation: 15
yes
it works now
thank you very much
 
Old 10-10-2005, 08:50 AM   #7
Hughene
LQ Newbie
 
Registered: Oct 2005
Location: Dublin, Ohio, USA
Distribution: Fedora 4
Posts: 1

Rep: Reputation: 0
Unhappy Not for me

Trying to load Thunderbird in Fedora 4, and having the same issue:

[root@localhost thunderbird]# ./thunderbird
./thunderbird-bin: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directory
[root@localhost thunderbird]#

Tried the above solution, but it did not work for me. Had to switch users and get email to activate after registering here, so ran it again to copy resulting error message:

[root@localhost jmehl]# yum install libstdc++.so5
Setting up Install Process
Setting up repositories
updates-released 100% |=========================| 951 B 00:00
extras 100% |=========================| 1.1 kB 00:00
base 100% |=========================| 1.1 kB 00:00
Reading repository metadata in from local files
Parsing package install arguments
No Match for argument: libstdc++.so5
Nothing to do
[root@localhost jmehl]#

Any suggestions?

Edited: Istalled compat-libstdc++-33 and compat-libstdc++-296 and ran it again...it works now.


Last edited by Hughene; 10-10-2005 at 08:57 AM.
 
Old 10-10-2005, 10:47 PM   #8
baosheng
Member
 
Registered: Oct 2004
Location: Lubbock, TX, USA
Distribution: Ubuntu 7.10
Posts: 74

Original Poster
Rep: Reputation: 15
you missed a dot
yum install libstdc++.so.5
rather tan yum install libstdc++.so5
 
Old 10-20-2005, 11:51 PM   #9
coolfrog
Member
 
Registered: Sep 2004
Location: India
Distribution: Slackware 10.0
Posts: 77

Rep: Reputation: 15
I'm having problems with installing libstdc++.so.5 via yum. Is there any other way around for this???
 
Old 10-21-2005, 12:40 AM   #10
spooon
Senior Member
 
Registered: Aug 2005
Posts: 1,755

Rep: Reputation: 51
Quote:
Originally posted by coolfrog
I'm having problems with installing libstdc++.so.5 via yum. Is there any other way around for this???
What kind of problems? Also, as said before, it's in the "compat-libstdc++-33" package, so you can install that manually.
 
Old 10-21-2005, 04:19 AM   #11
reddazz
LQ Guru
 
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298

Rep: Reputation: 77
Code:
#yum install compat-libstdc++-33
 
Old 05-08-2006, 02:24 PM   #12
arix_gt
LQ Newbie
 
Registered: Oct 2003
Location: Guatemala
Posts: 1

Rep: Reputation: 0
Thumbs up problems about libstdc++.so.5 ...

I was having the same problem: fc4 don't come with libstdc++.so.5, sybase express edit. v.15.0 need it; thank for the notes here, are very helpful.

Regards,
 
Old 01-27-2008, 03:50 AM   #13
bluecell
LQ Newbie
 
Registered: Jan 2008
Posts: 9

Rep: Reputation: 0
Install libstdc++.so.5

download compat-libstdc++-33-3.2.3-47.fc4.i386.rpm from here:

http://rpm.pbone.net/index.php3/stat....i386.rpm.html

install it:
#rpm -ivh compat-libstdc++-33-3.2.3-47.fc4.i386.rpm

run command:
#yum install libstdc++.so.5
 
Old 02-18-2008, 01:52 PM   #14
dino750
LQ Newbie
 
Registered: Jan 2007
Posts: 3

Rep: Reputation: 0
Quote:
Originally Posted by bluecell View Post
download compat-libstdc++-33-3.2.3-47.fc4.i386.rpm from here:

http://rpm.pbone.net/index.php3/stat....i386.rpm.html

install it:
#rpm -ivh compat-libstdc++-33-3.2.3-47.fc4.i386.rpm

run command:
#yum install libstdc++.so.5

This works to me, thanks.
 
Old 04-06-2008, 10:08 AM   #15
oafak
LQ Newbie
 
Registered: Mar 2008
Posts: 5

Rep: Reputation: 0
For users running Fedora 8, I think it is easier to just double click on the rpm package with the appropriate compat file (compat-libstdc++-33-3.2.3-62.i386.rpm appropriate for Fedora 8 with 32 bit installation).
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
uvscan on FC4, libstdc++.so.2.8 problems rhoekstra Fedora 7 11-01-2005 04:06 AM
Realplayer wont launch on FC4 - cannot find libstdc++.so.5 pacificred Linux - Software 1 07-27-2005 04:12 PM
libstdc++.so.5 in RH 7.3 PauloP Linux - Software 1 07-23-2005 06:33 AM
mismatched rpm versions of libstdc++ and libstdc++-devel pcweirdo Linux - Software 8 11-29-2004 09:30 AM
libstdc++ ponkanMonster Linux - Newbie 2 10-11-2004 04:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 11:31 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration