Trying To Start A Server Up
SilentHunter
Join Date: 2002-11-20 Member: 9450Members
<div class="IPBDescription">Details inside</div> Ok my brother owns some servers at a datacenter located in chicago. He gave me a shell and I set everything up. I installed hlds and even had people tell me it was installled right. I downloaded the ns linux version and the ns server update. I uploaded it to the shell and here is the error I get, the first line after -bash-2.05b$ is what i typed:
-bash-2.05b$ ./hlds_run -game ns -maxplayers 32 -map ns_tanith +ip 66.227.108.17
Auto-restarting the server on crash
Host_Init
Added packfile /home/scottc/hlds_l/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 66.227.108.17:27015
LoadLibrary failed on /home/scottc/hlds_l/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 /home/scottc/hlds_l/ns/dlls/ns_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/scottc/hlds_l/ns/dlls/ns_i386.so!
-bash-2.05b$ ./hlds_run -game ns -maxplayers 32 -map ns_tanith +ip 66.227.108.17
Auto-restarting the server on crash
Host_Init
Added packfile /home/scottc/hlds_l/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 66.227.108.17:27015
LoadLibrary failed on /home/scottc/hlds_l/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 /home/scottc/hlds_l/ns/dlls/ns_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/scottc/hlds_l/ns/dlls/ns_i386.so!
Comments
Make a symlink to that from your libstdc
is a symlink
/lib
is were your libs are
libstdc++-libc6.2-2.so.3
is our missing file
now combine them
cd /lib
ln -s libstdc++-libc6.2-2.so.3 libstdc*hit tab*
tada...all done
What did your IRC helper tell you to do exactly? Anything other then a symbolic link?