Dennis Posted August 15, 2013 Share Posted August 15, 2013 Hi, Recently we changed to CentOS 6.4, but we're having some difficulties. We are trying to get a CS:GO server running, but we can't. This is the the console.log: http://pastebin.com/QEjdyZTR We've tried disabling RestrictLinuxExe in Override.config. Any help?? Link to comment Share on other sites More sharing options...
Dennis Posted August 16, 2013 Author Share Posted August 16, 2013 Something similar also happened for Garry's Mod: ConVarRef mat_dxlevel doesn't point to an existing ConVar Game_srv.so loaded for "Garry's Mod" Initializing Steam libraries for secure Internet server 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/tcagame/MagnusS/129/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) Link to comment Share on other sites More sharing options...
lpgservers Posted August 16, 2013 Share Posted August 16, 2013 copy libstdc++.so.6 found in /Steam/linux32 to /home/tcagame/MagnusS/129/garrysmod/bin Link to comment Share on other sites More sharing options...
Dennis Posted August 16, 2013 Author Share Posted August 16, 2013 There's not even a /Steam/linux32 folder. I've checked. Link to comment Share on other sites More sharing options...
terrorman Posted September 8, 2018 Share Posted September 8, 2018 Hi If you have centos 64 bits install this: yum install mailx postfix curl wget bzip2 gzip unzip python binutils bc jq tmux glibc.i686 libstdc++ libstdc++.i686 for 32 bit install this: yum install mailx postfix curl wget bzip2 gzip unzip python binutils bc jq tmux libstdc++ Link to comment Share on other sites More sharing options...
Fuertey Posted September 8, 2018 Share Posted September 8, 2018 I'm going to guess that after more than 5 years he's fixed it. Link to comment Share on other sites More sharing options...
Raizio Posted September 13, 2018 Share Posted September 13, 2018 Not to mention it's the entire wrong solution..mailx,postfix? Not even needed, why do you want mailserver? Link to comment Share on other sites More sharing options...
platchford02 Posted September 14, 2018 Share Posted September 14, 2018 have you got the Commandline you runing Link to comment Share on other sites More sharing options...
eirsik Posted October 27, 2018 Share Posted October 27, 2018 Make sure you have installed glibc.i686 and libstdc++.i686 Run: yum install glibc.i686 libstdc++.i686 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now