Hi guys.
Max again
Running a Gmod Server on Debian getting this error every time...
[I][B]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/lib32/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 /root/server_1/garrysmod/bin/lua_shared_srv.so error=/usr/lib32/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:
/root/bin/linux32/libsteam.so
with error:
/usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /root/bin/linux32/libsteam.so)
dlopen failed trying to load:
libsteam.so
with error:
/usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by bin/libsteam.so)
dlopen failed trying to load:
/root/bin/linux32/libsteam.so
with error:
/usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /root/bin/linux32/libsteam.so)
dlopen failed trying to load:
libsteam.so
with error:
/usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by bin/libsteam.so)
dlopen failed trying to load:
/root/bin/linux32/libsteam.so
with error:
/usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by /root/bin/linux32/libsteam.so)
dlopen failed trying to load:
libsteam.so
with error:
/usr/lib32/libstdc++.so.6: version `GLIBCXX_3.4.14' not found (required by bin/libsteam.so)
/root/server_1/srcds_run: line 372: 583 Segmentation fault $HL_CMD[/B][/I]
[highlight](User was banned for this post ("Wrong section/dumb thread title" - postal))[/highlight]
Couldn't you make a better title?
It's quite obvious that you're missing [I]libstdc++[/I] due to the "'GLIBCXX_3.4.14' not found" errors.
You can get the rpm for that package here : [url]http://pkgs.org/download/libstdc++.so.6(GLIBCXX_3.4.14)[/url]
[QUOTE=>>oubliette<<;41695851]It's quite obvious that you're missing [I]libstdc++[/I] due to the "'GLIBCXX_3.4.14' not found" errors.
You can get the rpm for that package here : [url]http://pkgs.org/download/libstdc++.so.6(GLIBCXX_3.4.14)[/url][/QUOTE]
I said i use debian and the link is NOT for debian
I'm pretty sure the fedora RPM's will work on most distributions, you should probably try this first anyway :
[code]
apt-get install lib32stdc++6
apt-get install lib32z1
[/code]
I use Ubuntu Server 12.04 LTS and had a problem with missing libraries.
"app_update 4020 validate" fixed it.
Sorry, you need to Log In to post a reply to this thread.