Dll Errors When I Run Hlds On Linux
impulse
Join Date: 2002-11-10 Member: 8063Members
in Tech Support
<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?
<!--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
This is the standard C++ library. You need to update it. I believe it is availible on rpmfind.net
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
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-->