Yes, I have tested this and verified that it works: [css at dev1 go3]$ find . -name 'libstdc++*' ./linux32/libstdc++.so.6 ./csgo/bin/libstdc++.so.6 [css at dev1 go3]$
Nifty feature that auto-update thingie of yours ? don?t break it From: Milton Ngan Sent: Monday, May 14, 2012 1:39 PM To: csgo_servers at list.valvesoftware.com Subject: Re: [Csgo_servers] steamcmd fails: problem withlibstdc++version on CentOS release 5.8 (Final) 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 Sent: Sunday, May 13, 2012 1:56 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. 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 -------------------------------------------------------------------------------- _______________________________________________ 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/ad52d4b3/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: wlEmoticon-smile[1].png Type: image/png Size: 1041 bytes Desc: not available URL: <http://list.valvesoftware.com/pipermail/csgo_servers/attachments/20120514/ad52d4b3/attachment-0001.png>
