Error And Needing Help
Moonscope
Join Date: 2002-11-13 Member: 8490Members
<div class="IPBDescription">Problem Need help</div> im running a cs server on a dual xeon on a 100mb connection to the net, and i am wanting to run a ns server, i love the game but i am getting this error
i have even tried installing a separate copy of the ded server files but it still doesnt want to work,
can anyone help me on this error message
cs is the user as you can see in /home/cs/BLAK!!
please help
LoadLibrary failed on /home/cs/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/cs/hlds_l/ns/dlls/ns_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/cs/hlds_l/ns/dlls/ns_i386.so!
i have even tried installing a separate copy of the ded server files but it still doesnt want to work,
can anyone help me on this error message
cs is the user as you can see in /home/cs/BLAK!!
please help
LoadLibrary failed on /home/cs/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/cs/hlds_l/ns/dlls/ns_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/cs/hlds_l/ns/dlls/ns_i386.so!
Comments
or you are using an older version of the c libs, and thus it can't find them.
libstdc++-libc6.1-1.so.2
If it doesn't exist then you need to create a synlink to the real libsdtc++
e.g. on my system my real libstdc++ is:
libstdc++-3-libc6.1-2-2.10.0.so
So I symlink it as follows:
ln -s /usr/lib/libstdc++-3-libc6.1-2-2.10.0.so /usr/lib/libstdc++-libc6.1-1.so.2
If libstdc++-libc6.1-1.so.2 does exist make sure the symlink is not 'stale' (i.e. pointing to a lib that no longer exists) - if so, delete it and re-create the symlink as per above.
That should sort out your problem.
joe.
<!--emo&::asrifle::--><img src='http://www.unknownworlds.com/forums/html/emoticons/asrifle.gif' border='0' valign='absmiddle' alt='asrifle.gif'><!--endemo--> "Please statically link the C++ library into ns_i386.so"
is there any other ways that we can fix this problem the one above didnt work...
<!--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-->LoadLibrary failed on /usr/home/test/gtns/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 /usr/home/test/gtns/hlds_l/ns/dlls/ns_i386.so!
L 11/15/2002 - 07:40:57: FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /usr/home/test/gtns/hlds_l/ns/dlls/ns_i386.so!<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
The following worked for me.
<!--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-->ln -s /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so /usr/lib/libstdc++-libc6.1-1.so.2<!--c2--></td></tr></table><span class='postcolor'><!--ec2-->
its not that im using an old version, its that the ns team is..
come on! i have a server ready to go up but cant, it can run everything else, but the ns team decided to be different
PLEASE FIX IT ASAP, cause it is ghey that i cant run a server...