Trying To Start A Server Up

SilentHunterSilentHunter 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!

Comments

  • cracker_jackmaccracker_jackmac Join Date: 2002-11-04 Member: 6891Members, Constellation, Reinforced - Shadow
    <!--QuoteBegin--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> /lib/libstdc++-libc6.2-2.so.3 <!--QuoteEnd--></td></tr></table><span class='postcolor'><!--QuoteEEnd-->

    Make a symlink to that from your libstdc
  • SilentHunterSilentHunter Join Date: 2002-11-20 Member: 9450Members
    I dont know anything bout linux. English for the newb plz.
  • cracker_jackmaccracker_jackmac Join Date: 2002-11-04 Member: 6891Members, Constellation, Reinforced - Shadow
    edited March 2003
    ln -s
    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
  • HtNickoliHtNickoli Join Date: 2002-11-24 Member: 9786Members
    edited March 2003
    Unless he has access to root he can't make symlinks. And since he was "given" a shell account, and is obviously new to linux. You can bet your bottum dollar his brother didn't give him shell access to the root account. So ask your brother to update to the newest libstdc libs, Or create the symlink as cracker suggested.
  • SilentHunterSilentHunter Join Date: 2002-11-20 Member: 9450Members
    I got it, someone on irc helped me.
  • CoREJayFiveCoREJayFive Join Date: 2003-02-12 Member: 13479Members, Constellation
    Let's make this thread complete for others who may refrence it in the future.

    What did your IRC helper tell you to do exactly? Anything other then a symbolic link?
Sign In or Register to comment.