Redhat 8 Server Won't Start

nbbnbb Join Date: 2003-01-04 Member: 11793Members
When i try an launch a NS server on a redhat 8 box, with kernal 2.4.18-14 when i try and launch a NS server as root, I get the following error.

LoadLibrary failed on /home/server/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/server/hlds_l/ns/dlls/ns_i386.so!

FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/server/hlds_l/ns/dlls/ns_i386.so!


The ns_i386.so file is there (1.04 updated version - i get the same error with the version 1.00 version)

A counter-strike server lauches fine from the same hlds.exe

Any help or surgestions appreciated.

Comments

  • playerhaterplayerhater Join Date: 2002-11-13 Member: 8405Members
    Pay close attention to this, here is your error.

    libstdc++-libc6.2-2.so.3: cannot open shared object file: No such file or directory.

    In your libs directory, create a soft symlink to the one you do have.
  • verboseverbose Join Date: 2002-11-25 Member: 9968Members, Constellation
    <!--QuoteBegin--nb-+Mar 12 2003, 12:13 PM--></span><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> (nb- @ Mar 12 2003, 12:13 PM)</td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> launch a NS server as root <!--QuoteEnd--> </td></tr></table><span class='postcolor'> <!--QuoteEEnd-->
    Don't do that. Please. No special privileges are required. Just make a new user -- hlds, ns, something like that -- and install everything into that user's home directory. Log in as that user, and fire it up.
  • nbbnbb Join Date: 2003-01-04 Member: 11793Members
    Thanks - I will give it a go <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html/emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif'><!--endemo-->
Sign In or Register to comment.