coolhome Posted August 15, 2012 Share Posted August 15, 2012 (edited) SteamCMD function doens't work on my install of CentOS 5. Problem: Missing Files Solution: Place files missing files in /home/tcadmin/Monitor/Tools/SteamCmd/linux32 Files missing: libstc++.so.6 crashhandler.so libtier0_s.so libvstdlib_s.s steamclient.so steamconsole.so libsteam.so I believe part of this has to do with the steam.sh script. I think the last three files get downloaded when you execute it. Not to sure. Edited August 15, 2012 by coolhome Link to comment Share on other sites More sharing options...
Mark9000 Posted August 16, 2012 Share Posted August 16, 2012 I had the same issue on Centos 6.3 Download and install steam in the directory and run SteamCMD from there. It solved my issues (Same issue you are having) Link to comment Share on other sites More sharing options...
zona-gamer Posted August 17, 2012 Share Posted August 17, 2012 the hardest part is finding these files I would say impossible and found none all Link to comment Share on other sites More sharing options...
SuperNova Posted August 18, 2012 Share Posted August 18, 2012 (edited) This is how I fixed this for CentOS 6.3: Error: ./steamcmd: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory. Fix: yum whatprovides libstdc++.so.6 The output was: libstdc++-4.4.6-4.el6.i686 : GNU Standard C++ Library So: yum install libstdc++-4.4.6-4.el6.i686 If that fails, try doing: yum install libstdc++ Then try: yum install libstdc++-4.4.6-4.el6.i686 Error: [----] !!! Fatal Error: Failed to load libsteam.so Fix: You are not running the correct command. Go to /home/tcadmin/Monitor/Tools/SteamCmd in SSH and then run: STEAMEXE=steamcmd ./steam.sh If you are missing files, download them from here: steamcmd_public_all.zip steamcmd_bins_linux.zip steamcmd_linux.zip These files should go in the linux32 folder in /home/tcadmin/Monitor/Tools/SteamCmd I recommend setting up SteamCmd manually through SSH. Always refer to this: https://developer.valvesoftware.com/wiki/Counter-Strike:_Global_Offensive_Dedicated_Servers Edited August 18, 2012 by SuperNova Link to comment Share on other sites More sharing options...
Dwellingdragon Posted August 24, 2012 Share Posted August 24, 2012 I'm getting this error when trying to download the CS:GO files through TCAdmin's Steam Game Download, I'm not sure what it means at all... --- Error - [----] !!! Fatal Error: Steam failed to load: *SteamStartEngine(0xffc81df0) failed with error 1: can't determine users home directory --- I am using Ubuntu 12.04 Link to comment Share on other sites More sharing options...
LFA Posted August 25, 2012 Share Posted August 25, 2012 This error is coming from steamcmd not from tcadmin. Search for this error in the steam forums. 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