View Single Post
libstdc++ problem @ Debian
Old
  (#1)
Messiah
Messiah :)
 
Status: Offline
Posts: 5
Join Date: Oct 2012
Location: Odessa, Ukraine
Default libstdc++ problem @ Debian - 01-04-2017

When I run DOD server with Sturmbot launched via +localinfo
Quote:
./hlds_run -game dod -port 27016 +maxplayers 10 +map dod_caen +localinfo mm_gamedll sturmbot/dlls/sturmbot.so

Metamod version 1.21.1-am Copyright (c) 2001-2013 Will Day <willday@metamod.org>
Metamod comes with ABSOLUTELY NO WARRANTY; for details type `meta gpl'.
This is free software, and you are welcome to redistribute it
under certain conditions; type `meta gpl' for details.

File /home/g/hlds/./dod/liblist.gam was never closed
File /home/g/hlds/./dod/liblist.gam was never closed
Missing shutdown function for Sys_InitAuthentication() : Sys_ShutdownAuthentication()
Missing shutdown function for Host_Init( &host_parms ) : Host_Shutdown()
Missing shutdown function for Sys_InitLauncherInterface() : Sys_ShutdownLauncherInterface()
Missing shutdown function for Sys_InitMemory() : Sys_ShutdownMemory()
Missing shutdown function for Sys_Init() : Sys_Shutdown()
Missing shutdown function for FileSystem_Init(basedir, (void *)filesystemFactory) : FileSystem_Shutdown()
Missing shutdown function for Sys_InitArgv( m_OrigCmd ) : Sys_ShutdownArgv()
The same using liblist.gam (without metamod) gamedll_linux "sturmbot/dlls/sturmbot.so"
Quote:
LoadLibrary failed on /home/g/hlds/./dod/sturmbot/dlls/sturmbot.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/g/hlds/./dod/sturmbot/dlls/sturmbot.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from /home/g/hlds/./dod/sturmbot/dlls/sturmbot.so!
apt-get:
Quote:
libc6:i386 is already the newest version.
libstdc++6:i386 is already the newest version.
lib32stdc++6 is already the newest version.
Also I tried Shrikebot but the version compiled with libstdc6 just hangs the server, and older shows the same errors
Quote:
shrikebot.so: libstdc++.so.5: cannot open shared object file: No such file or directory
Where could I get the normal bot version that will work on modern Linux servers OR libstdc++-libc6.2-2.so.3 OR which library is totally compartible with this to be symlink'ed?

Thanks.
  
Reply With Quote