Whenever you run the steamcmd, it will check its files and update itself. So the missing library should now be in place and the work around should no longer be necessary. Let me know if this is still a problem.
I am aware of the srcds_run script. I?ll poke the developers to fix this. The source code management system is converting the line endings for us, which isn?t helpful in this situation. From: csgo_servers-bounces at list.valvesoftware.com [mailto:[email protected]] On Behalf Of Ultrix Prime Sent: Sunday, May 13, 2012 2:25 AM To: csgo_servers at list.valvesoftware.com Subject: Re: [Csgo_servers] steamcmd fails: problem with libstdc++version on CentOS release 5.8 (Final) ?The initial release of the steamcmd tool was missing the libstdc++ library.? We posted the right libstdc++ yesterday and people have been downloading that and setting LD_LIBRARY_PATH. ?You can override it using the method above. I?ll work on getting the script bug fixed. ? Also, your srcds_run script is in dos format with cr/lf so you might want to strip/fix it with dos2unix in your update. Ultrix From: Milton Ngan<mailto:[email protected]> Sent: Sunday, May 13, 2012 1:56 AM To: csgo_servers at list.valvesoftware.com<mailto:csgo_servers at list.valvesoftware.com> Subject: Re: [Csgo_servers] steamcmd fails: problem with libstdc++version on CentOS release 5.8 (Final) The initial release of the steamcmd tool was missing the libstdc++ library. If you unpack the installer and start again, you should get the updated version with the missing library. However, it looks like there is a bug in the script. To get around the bug you will need to run the script like this: STEAMEXE=steamcmd ./steam.sh The value of STEAMEXE in the script is set to steam by default which is incorrect. You can override it using the method above. I?ll work on getting the script bug fixed. From: csgo_servers-bounces at list.valvesoftware.com [mailto:[email protected]] On Behalf Of Ultrix Prime Sent: Saturday, May 12, 2012 3:39 PM To: csgo_servers at list.valvesoftware.com Subject: Re: [Csgo_servers] steamcmd fails: problem with libstdc++ version on CentOS release 5.8 (Final) Good answer! ? I have the some problem too. The solution to this problem here - http://support.mozilla.org/ru/questions/811309#answer-167942 ? But I would recommend making a /usr/local/oldlibs and copying it there and changing linker?s search path (LD_LIBRARY_PATH) as one may not want to overwrite the current lib. Ultrix ________________________________ _______________________________________________ Csgo_servers mailing list Csgo_servers at list.valvesoftware.com https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers ________________________________ _______________________________________________ Csgo_servers mailing list Csgo_servers at list.valvesoftware.com https://list.valvesoftware.com/cgi-bin/mailman/listinfo/csgo_servers -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://list.valvesoftware.com/pipermail/csgo_servers/attachments/20120514/c6a4ae69/attachment-0001.html>
