When I try to launch my server on a CentOS VPS I get this error.
[CODE]Auto detecting CPU
Using default binary: ./srcds_linux
Server will auto-restart if there is a crash.
Console initialized.
ConVarRef mat_dxlevel doesn't point to an existing ConVar
Game_srv.so loaded for "Garry's Mod"
Setting breakpad minidump AppID = 4000
Initializing Steam libraries for secure Internet server
[S_API FAIL] SteamAPI_Init() failed; SteamAPI_IsSteamRunning() failed.
dlopen failed trying to load:
steamclient.so
with error:
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by bin/steamclient.so)
[S_API FAIL] SteamAPI_Init() failed; unable to locate a running instance of Steam, or a local steamclient.dll.
SteamGameServer_InitSafe failed!
*********************************************************
*********************************************************
* Unable to load Steam support library.*
* Unable to load Steam support library.*
* This server will operate in LAN mode only.*
* This server will operate in LAN mode only.*
*********************************************************
*********************************************************
failed to dlopen /home/Steam/DarkRP/garrysmod/bin/lua_shared_srv.so error=/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by bin/libsteam.so)
Couldn't locate library [lua_shared_srv] or couldn't find module [LUASHARED003]
Couldn't Load Library 'lua_shared_srv' (looking for interface LUASHARED003)Couldn't Load Library 'lua_shared_srv' (looking for interface LUASHARED003)
Couldn't Load Library 'lua_shared_srv' (looking for interface LUASHARED003)
dlopen failed trying to load:
/home/Steam/.steam/sdk32/libsteam.so
with error:
/home/Steam/.steam/sdk32/libsteam.so: cannot open shared object file: No such file or directory
dlopen failed trying to load:
libsteam.so
with error:
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by bin/libsteam.so)
dlopen failed trying to load:
/home/Steam/.steam/sdk32/libsteam.so
with error:
/home/Steam/.steam/sdk32/libsteam.so: cannot open shared object file: No such file or directory
dlopen failed trying to load:
libsteam.so
with error:
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by bin/libsteam.so)
dlopen failed trying to load:
/home/Steam/.steam/sdk32/libsteam.so
with error:
/home/Steam/.steam/sdk32/libsteam.so: cannot open shared object file: No such file or directory
dlopen failed trying to load:
libsteam.so
with error:
/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by bin/libsteam.so)
./srcds_run: line 372: 1245 Segmentation fault $HL_CMD
Add "-debug" to the ./srcds_run command line to generate a debug.log to help with solving this problem
Tue Jun 3 06:23:46 MSD 2014: Server restart in 10 seconds
Tue Jun 3 06:23:47 MSD 2014: Server Quit
[/CODE]If someone can tell me how to fix this I would appreciate it.
Thanks,
Emtech2
[editline]3rd June 2014[/editline]
[URL="http://facepunch.com/showthread.php?t=1275947&p=40920509&viewfull=1#post40920509"]This[/URL] post helped me fix it.
[QUOTE=Jellyman(http://facepunch.com/showthread.php?t=1275947&p=40920509&viewfull=1#post40920509)] fixed this. In the folder you have your steamcmd binary, there's a folder called Linux32; inside there copy linuxstdc++.so.6 to your gmod dedicated server folders bin folder.
cp ~/server/steamcmd/linux32/linuxstdc++.so.6 ~/server/gmod/bin/
[/QUOTE]
Sorry, you need to Log In to post a reply to this thread.