Dll Errors When I Run Hlds On Linux

impulseimpulse Join Date: 2002-11-10 Member: 8063Members
<div class="IPBDescription">Get Fatal Errors when I try to run HLDS</div> Ok my server host is getting this when he tries to run ./hlds_run on my box....

<!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->Server IP address xx.xxx.xxx.xxx:xxxxx (IP edited out)
LoadLibrary failed on /home/impulse/hlds_l/ns/dlls/ns_i386.so: libstdc++-libc6.1-1.so.2: cannot open shared object file: No such file or directory
Host_Error: Couldn't get DLL API from /home/impulse/hlds_l/ns/dlls/ns_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/impulse/hlds_l/ns/dlls/ns_i386.so! <!--c2--></td></tr></table><span class='postcolor'><!--ec2-->

Any ideas?

Comments

  • DruBoDruBo Back In Beige Join Date: 2002-02-06 Member: 172Members, NS1 Playtester
    <!--QuoteBegin--impulse+Nov 10 2002, 09:07 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (impulse @ Nov 10 2002, 09:07 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--><!--c1--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>CODE</b> </td></tr><tr><td id='CODE'><!--ec1-->libstdc++-libc6.1-1.so.2: cannot open shared object file<!--c2--></td></tr></table><span class='postcolor'><!--ec2--><!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->
    This is the standard C++ library. You need to update it. I believe it is availible on rpmfind.net
  • impulseimpulse Join Date: 2002-11-10 Member: 8063Members
    k that wasn't it - anyone else have any ideas?
  • natenate Join Date: 2002-11-12 Member: 8321Members
    i really duno what this is about, but i think try and take consideration into the error message: cannot open shared object file: No such file or directory
  • BitchSL4PBitchSL4P Join Date: 2002-08-04 Member: 1062Members, NS1 Playtester
    edited November 2002
    I think I know what's going on here. I saw something similar with a debian install.

    Check /usr/lib for libstdc++-libc6.1-2.so.3. If that exists, create a symlink to that.

    i.e. ln -sf libstdc++-libc6.1-2.so.3 libstdc++-libc6.1-1.so.2

    The "problem" here is that he might have a newer version of the file.

    -Slappy
  • 420_STONER420_STONER Join Date: 2002-11-17 Member: 9126Members
    I'm running FreeBSD 3.2 (or something) on an old server, and I am getting this same error... <!--emo&???--><img src='http://www.unknownworlds.com/forums/html/emoticons/confused.gif' border='0' valign='absmiddle' alt='confused.gif'><!--endemo-->

    any suggestions? where do I even get this file/lib? I searched google for it, and all I found was RPM's... and RPM's don't want to work on my server............ <!--emo&:(--><img src='http://www.unknownworlds.com/forums/html/emoticons/sad.gif' border='0' valign='absmiddle' alt='sad.gif'><!--endemo-->
Sign In or Register to comment.