$ ./steam.sh /home/css/go1/linux32/steamcmd: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.10 ' not found (required by /home/css/go1/linux32/steamcmd) /home/css/go1/linux32/steamcmd: /usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.9' not found (required by /home/css/go1/linux32/steamcmd)
Everything on this box is up to date with the latest (final) rpms. Pretty clearly, the issue is that the version of gcc used (libstdc++ was bundled into the gcc build some time back[years]) is a newer version than the highest level for the final CentOS 5 release. So, obvious answer #1: 1) pull down gcc sources and build everything targeted for 32 bit 2) get a newer libstdc++ that will successfully install on CentOS 5.8 Has anyone found #2 (rpm?s get complicated because glibc and everything else wants to match) and succeeded in getting the versions to work? If not, I might make work on #1 and put shared object libs up somewhere for others. Ultrix -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://list.valvesoftware.com/pipermail/csgo_servers/attachments/20120512/f6031da6/attachment.html>
