LinuxQuestions.org
Visit Jeremy's Blog.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This 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


Reply
  Search this Thread
Old 10-11-2013, 01:44 PM   #1
Musclerush
LQ Newbie
 
Registered: Oct 2013
Posts: 4

Rep: Reputation: Disabled
Missing libstdc++.so.5 on Suse Enterprise server 11 (x86_64)


this file is not installed on my system as you can see below

pinf04158:~ # find / -name libstdc++*

/usr/lib64/libstdc++.so.6.0.10
/usr/lib64/libstdc++.so.6
/usr/lib/libstdc++.so.6.0.10
/usr/lib/libstdc++.so.6
/usr/lib/vmware-tools/lib/libstdc++.so.6
/usr/lib/vmware-tools/lib/libstdc++.so.6/libstdc++.so.6


where can i get these files from? Appreciate the help in advanced.
 
Old 10-11-2013, 02:13 PM   #2
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,621

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
What ancient program are you trying to use/install that needs the old .5 version
instead of the current .6

suse uses "zypper"
Code:
su -
---- the root password ----
zypper wp libstdc++.so.5
that should tell you

but it will be part of the very old compatibility gcc 3.4
 
Old 10-11-2013, 02:31 PM   #3
Musclerush
LQ Newbie
 
Registered: Oct 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
Thanks John

i ran the code zypper wp libstdc++.so.5 and i got this

No providers of 'libstdc++.so.5 found.

how do i get to install this library ?
 
Old 10-11-2013, 03:52 PM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
"libstdc++.so.5" :
Is provided by the package libstdc++33-3.3.3-62.1.x86_64.rpm
ftp://ftp5.gwdg.de/pub/opensuse/repo...SLE-11/x86_64/
> ftp://ftp5.gwdg.de/pub/opensuse/repo...2.1.x86_64.rpm
>>> /usr/lib64/{libstdc++.so.5 -> libstdc++.so.5.0.7}
 
1 members found this post helpful.
Old 10-11-2013, 04:00 PM   #5
Musclerush
LQ Newbie
 
Registered: Oct 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
thanks knudfl

how do you install the rpm file
and do i need to run zypper after ?

Last edited by Musclerush; 10-11-2013 at 04:02 PM.
 
Old 10-11-2013, 04:49 PM   #6
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
The SLE11 package libstdc++33-3.3.3-62.1.x86_64.rpm
has no dependencies, and can be installed with :
# rpm -Uvh libstdc++33-3.3.3-62.1.x86_64.rpm


.. No need to run zypper afterwards.

-
 
1 members found this post helpful.
Old 10-11-2013, 06:48 PM   #7
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,621

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:

how do you install the rpm file
and do i need to run zypper after ?
you would NOT run zypper after you install it
you USE zypper TO install it

Code:
su -
zypper se libstdc++
---- that will output a list 
---- in that list should be "libstdc++33"
---- you then use zypper to install it

zypper in libstdc++33
 
1 members found this post helpful.
Old 10-11-2013, 06:51 PM   #8
Musclerush
LQ Newbie
 
Registered: Oct 2013
Posts: 4

Original Poster
Rep: Reputation: Disabled
i just used the # rpm -Uvh libstdc++33-3.3.3-62.1.x86_64.rpm
like you said and it worked like a charm..

thanks all for your help
 
Old 10-11-2013, 08:21 PM   #9
TRUNoise
Member
 
Registered: Apr 2013
Location: /home/
Distribution: Ubuntu 14.04
Posts: 50

Rep: Reputation: 7
If you have no further questions, please mark this thread as solved by clicking this link. http://www.linuxquestions.org/questi...d&t=4175480448
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
compat-libstdc++*-33-3.2.3-69.el6 (x86_64) download timed out error mraj Red Hat 1 03-06-2013 01:16 AM
libstdc++.so.5 is missing from gcc-4.3.3_multilib-x86_64-4alien.txz samac Slackware 5 08-31-2009 06:57 PM
what is differences between SUSE Linux Enterprise Server 10 and SUSE Linux Enterprise samba4010 Linux - Distributions 4 08-28-2006 09:06 AM
Two Important Modules are missing in x86_64 SuSE. HELP ! ! ! Be.Gurmeet.Be Linux - Hardware 0 08-21-2005 01:51 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 12:52 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