I don't mean to bump an old topic here but..
I recently found this post by searching with Google and decided to join in order to ask this:
I still am having troubles getting this to work with my game server files. The files were originally written in an RedHat Linux OS many years ago.
It requires the lib mentioned at the beginning of this topic (but is libstdc++-libc6.1-1.so.2), yet when I tried installing via:
"yum install compat-libstdc++" it returned saying no such package. (This is in the current Fedora 13 OS)
I then tried the "yum install compat-lib*" and it proceeded to download and install a plethora of stuff. Which now when I tell the game server to start and it executes the daemonctl which uses the required library.. it just goes silent and nothing else happens.
I don't know what I am doing wrong or if perhaps I need that specific library instead of all these new updated ones.
Any suggestions would be appreciated