Server Died
MeeTriX
Join Date: 2003-02-26 Member: 14026Members
<div class="IPBDescription">Server Died</div> Hello I did the Newbie Hlds/ns Linux Server Guide, but he still gives a fault with me:
hlds_l is that ip
[games@eros ~/213.193.225.66]$ ./hlds_run -game ns +exec server.cfg +ip 213.193.225.66 +maxplayers 16 +map ns_eclipse
Auto-restarting the server on crash
Host_Init
Added packfile /games/213.193.225.66/valve/pak0.pak (985 files)
Protocol version 46
Exe version 3.1.1.0
Exe build: 14:46:34 Jun 11 2002 (2056)
WON Auth Server
Server IP address 213.193.225.66:27015
LoadLibrary failed on /games/213.193.225.66/ns/dlls/ns_i386.so: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
Host_Error: Couldn't get DLL API from /games/213.193.225.66/ns/dlls/ns_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /games/213.193.225.66/ns/dlls/ns_i386.so!
Add "-debug" to the ./hlds_run command line to generate a debug.log to help with solving this problem
Wed Feb 26 16:30:31 CET 2003: Server Died
hlds_l is that ip
[games@eros ~/213.193.225.66]$ ./hlds_run -game ns +exec server.cfg +ip 213.193.225.66 +maxplayers 16 +map ns_eclipse
Auto-restarting the server on crash
Host_Init
Added packfile /games/213.193.225.66/valve/pak0.pak (985 files)
Protocol version 46
Exe version 3.1.1.0
Exe build: 14:46:34 Jun 11 2002 (2056)
WON Auth Server
Server IP address 213.193.225.66:27015
LoadLibrary failed on /games/213.193.225.66/ns/dlls/ns_i386.so: libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory
Host_Error: Couldn't get DLL API from /games/213.193.225.66/ns/dlls/ns_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /games/213.193.225.66/ns/dlls/ns_i386.so!
Add "-debug" to the ./hlds_run command line to generate a debug.log to help with solving this problem
Wed Feb 26 16:30:31 CET 2003: Server Died
Comments
I want my server !!!!
<!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
And he has the file ns_i386.so!
ns.dll ns_i386.so
is your error. make a symlink to that file from your other libstdc++.so file.
In the libs directory:
ln -s libstdc++-libc6.1-2.so.3 libstdc++-libc6.2-2.so.3