Loadlibray not redhat! (no rpm fix)
Marvin
Join Date: 2002-01-27 Member: 113Members
<div class="IPBDescription">Debian, no suitable libstdc++ package</div>OK so i have the ususal...
LoadLibrary failed on /home/half-life/dbns/hlds_l/ns/dlls/ns_i386.so: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
unfortunately this server runs Debian 3.0 and after searching the package list it appears there is no suitable libstdc++ version 1.1, (why was ns built with an old libc version!?)
Any ideas?
LoadLibrary failed on /home/half-life/dbns/hlds_l/ns/dlls/ns_i386.so: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
unfortunately this server runs Debian 3.0 and after searching the package list it appears there is no suitable libstdc++ version 1.1, (why was ns built with an old libc version!?)
Any ideas?
Comments
apt-get install libstdc++2.9-glibc2.1
enjoy :o)
su (if you arn't already)
cd /usr/lib
ln -s libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-1.so.2