Error And Needing Help

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

Comments

  • SpiritMasterSpiritMaster Join Date: 2002-11-07 Member: 7580Members, Reinforced - Shadow
    The location of your libraries are either not registered (man ldconfig)
    or you are using an older version of the c libs, and thus it can't find them.
  • DarthChocoboDarthChocobo Join Date: 2002-11-05 Member: 7110Members
    Mine are registered and I just used RH7.3 up2date to download the latest versions of them, and it still says that. Any idea?
  • joevjoev Giving grief... With a smile. Join Date: 2002-07-20 Member: 977Members, Retired Developer, NS1 Playtester, Contributor, Constellation, Reinforced - Shadow
    edited November 2002
    Look in /usr/lib for

    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.
  • MoonscopeMoonscope Join Date: 2002-11-13 Member: 8490Members
    I have talked to my friend the 'linux God' and he suggested this.

    <!--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...
  • EntityPacketEntityPacket Join Date: 2002-11-01 Member: 3235Members
    edited November 2002
    I was getting the same error.

    <!--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-->
  • ViPeR-7ViPeR-7 Join Date: 2002-11-03 Member: 6527Members
    tried that, but now the server locks on starting, why cant the c++ lib be statically linked?

    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
  • MoonscopeMoonscope Join Date: 2002-11-13 Member: 8490Members
    Does 1.02 fix this, if not

    PLEASE FIX IT ASAP, cause it is ghey that i cant run a server...
  • ViPeR-7ViPeR-7 Join Date: 2002-11-03 Member: 6527Members
  • MellonpoprMellonpopr Join Date: 2002-11-01 Member: 2304Members
    I agree, this is causing headaches for the linux guys.. it should be simple. Server admins might be more technically inclined but that doesn't mean they enjoy waisting time on something that could be easier
Sign In or Register to comment.