error while loading shared libraries: libstdc++.so.5

Chill

Chill

Grünschnabel
Hallo,
ich bekomme die Fehlermeldung
Code:
error while loading shared libraries: libstdc++.so.5
wenn ich versuche einen CoD-UO Gameserver zu starten.
Gebe ich
ls /usr/lib/libstdc*
ein, erhalte ich folgendes:
Code:
/usr/lib/libstdc++-3-libc6.1-2-2.10.0.so  /usr/lib/libstdc++.so.2.7.2.8
/usr/lib/libstdc++-3-libc6.2-2-2.10.0.so  /usr/lib/libstdc++.so.2.8
/usr/lib/libstdc++.a                      /usr/lib/libstdc++.so.2.8.0
/usr/lib/libstdc++.la                     /usr/lib/libstdc++.so.2.9
/usr/lib/libstdc++-libc6.1-1.so.2         /usr/lib/libstdc++.so.2.9.0
/usr/lib/libstdc++-libc6.1-2.so.3         /usr/lib/libstdc++.so.5.0.3
/usr/lib/libstdc++-libc6.2-2.so.3         /usr/lib/libstdc++.so.6
/usr/lib/libstdc++.so                     /usr/lib/libstdc++.so.6.0.8
/usr/lib/libstdc++.so.2.7.2
Gebe ich
rpm -qa |grep libstdc
bekomme ich
Code:
libstdc++-4.1.0-25
libstdc++-devel-4.1.0-25
libstdc++-mainline-4.0.2_20050720-0.1
Kann mir jemand helfen wie ich die libstdc++.so.5 da ans laufen bekomme?
Der Server ist mit SuseLinux 10.1 bestückt, CPU: Dual-Core AMD Opteron(tm) Processor 1212 HE (2000 MHz)

Gruß
Chill
 
ln -s /usr/lib/libstdc++.so.5.0.3 /usr/lib/libstdc++.so.5
ldconfig

(beides als root ausführen!)
 
Suuuuuuper, nu hat er es gefrassen, ich danke dir ;)

Gruß
Chill
 

Ähnliche Themen

g++ Shared Libraries

error while loading shared libraries: libstdc++.so.6: cannot open shared object file:

dovecot und postfix Konfiguration Problem

XFCE freezes at startup

Ubuntu X / dbus problem

Zurück
Oben