Error Loading Shared Library libstdc++


Subject: Error Loading Shared Library libstdc++
From: Ken Schweigert (ken@byte-productions.com)
Date: Thu Oct 11 2001 - 11:50:58 MDT


I am trying to run a binary file on a YDL2.0 install and it returns this error:

./fwa4_beta-linux-ppc: error while loading shared libraries: libstdc++-libc6.1-2.so.3: cannot load shared object file: No such file or directory

So I try to find the file on the system:

[root@byte-8 RPMS]# locate libstdc++-libc6.1-2.so.3
[root@byte-8 RPMS]#

So then I try to find something close and found a RPM loaded:

[root@byte-8 RPMS]# rpm -qil libstdc++-2.10.0-2u
Name : libstdc++ Relocations: (not relocateable)
Version : 2.10.0 Vendor: (none)
Release : 2u Build Date: Sat 28 Apr 2001 10:36:42 PM EDT
Install date: Mon 27 Aug 1956 06:52:39 AM EST Build Host: kaelta.terraplex.com
Group : System Environment/Libraries Source RPM: gcc-2.95.3-2u.src.rpm
Size : 2845401 License: GPL
URL : http://gcc.gnu.org/
Summary : c++ library for the GNU Compiler Collection.
Description :
GNU C++ runtime libraries
/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so
/usr/lib/libstdc++-libc6.2-2.so.3
/usr/lib/nof
/usr/lib/nof/libstdc++-3-libc6.2-2-2.10.0.so
/usr/lib/nof/libstdc++-libc6.2-2.so.3

I know this is probably a standard linux question, but hopefully someone
here can help. Is it possible for this binary to use the new version of
this libstdc++? Are these files close enough that I can do:
  ln -s libstdc++-libc6.1-2.so.3 libstdc++-libc6.2-2.so.3

Thanks.

-- 
-Ken Schweigert, Aspiring Network Administrator
Byte Productions, LLC
http://www.byte-productions.com



This archive was generated by hypermail 2a24 : Thu Oct 11 2001 - 11:02:34 MDT