Re: "libstdc++.so.3" on redhat 8.0

From: Tony (anthony_at_no_spam.movielink.net.au)
Date: 09/24/03


Date: Wed, 24 Sep 2003 15:58:26 +1000

On Wed, 24 Sep 2003 00:41:17 +0000, Jae Jae wrote:

> On Tue, 23 Sep 2003 19:42:13 +1000, Tony wrote:

>>
>> I have some RPM files containing an SDK which requires
>> "libstdc++.so.3"
>>
>> The RPM fails to install on a Redhat 8.0 system due to
>> the lack of a specific library.
>>
>> There is a "compat-libstdc++" that is supposed to allow
>> Redhat 7.3 (gcc2.96) to work under Redhat 8.0 (gcc3.2)
>>
>> The "compat-libstdc++" RPM provides only
>>
>> libstdc++.so.2.7.2.8
>> libstdc++.so.2.8.0
>> libstdc++.so.2.9.dummy
>>
>> and
>>
>> libstdc++-2-libc6.1-1-2.9.0.so
>> libstdc++-2-libc6.2-2-2.10.0.so
>>
>> as well as a symbolic link called
>>
>> libstdc++-libc6.2-2.so.3
>>
>> The link points to:
>>
>> libstdc++-2-libc6.2-2-2.10.0.so
>>
>> My guess is that it should be possible to make a symbolic
>> link with the name:
>>
>> libstdc++.so.3

> Install compat-libstdc++-7.3-2.96.110.i386.rpm from your the redhat cds or
> from http://mirror.aarnet.edu.au/pub/redhat/redhat-8.0/en/os/i386/RedHat/RPMS/compat-libstdc++-7.3-2.96.110.i386.rpm

Hi there,

As my original post shows, "compat-libstdc++...." was installed - that was
the first thing I did.

The "compat-libstdc++-7.3-2.96.110.i386.rpm" has no "libstdc++.so.3"
in there so how do programs that need it locate it.

My applications all come up with:

 error loading shared libraries: libstdc++.so.3: can not open
 shared object file: No such file or directory

So it is obvious that there is some issue here. How do I get
my app to run without the required file? (Yes I know that it is
impossible to do that but what work-around can be used - symbolic
links to a file in that compat-libstdc++... ?)

Tony

-- 
--------------------------------------------------------------
To reply directly send to: anthony AT movielink DOT net DOT au
Replace AT and DOT with @ and . and mail will get through.
Any spammers will be persued until they get booted off the net


Relevant Pages

  • "libstdc++.so.3" on redhat 8.0
    ... I have some RPM files containing an SDK which requires ... as well as a symbolic link called ... anthony AT movielink DOT net DOT au ...
    (linux.redhat.install)
  • Re: "libstdc++.so.3" on redhat 8.0
    ... > I have some RPM files containing an SDK which requires ... > The RPM fails to install on a Redhat 8.0 system due to ... > as well as a symbolic link called ...
    (linux.redhat.install)