Loadlibray not redhat! (no rpm fix)

MarvinMarvin 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?

Comments

  • MarvinMarvin Join Date: 2002-01-27 Member: 113Members
    ok, here it is, the fix for all you Debian people..

    apt-get install libstdc++2.9-glibc2.1

    enjoy :o)
  • ThingeThinge Join Date: 2002-10-31 Member: 1842Members
    For any other people,such as people who have Ensim and Redhat this is just a simple bug.To fix it just type the following commands:
    su (if you arn't already)
    cd /usr/lib
    ln -s libstdc++-libc6.2-2.so.3 libstdc++-libc6.1-1.so.2
Sign In or Register to comment.