Linux server startup fails w/ mean -
08-08-2005
I have a CS 1.6 server running on a SUSE 8.0 Linux server. I get the following message when the server is started:
LoadLibrary failed on ./cstrike/mean/mean_i386.so: libstdc++.so.5: cannot open shared object file: No such file or directory
Host_Error: Couldn't get DLL API from ./cstrike/mean/mean_i386.so!
FATAL ERROR (shutting down): Host_Error: Couldn't get DLL API from ./cstrike/mean/mean_i386.so!
So I figure since this Linux installation is over 4 years old that I needed to install updated GNU compilers. So the update is now complete and my new libstdc++.so.5 file now resides in /usr/local/lib.
Unfortunately, the problem did not go away. I'm getting the same message as before. The only thing that I can think of is that I must either copy the libstdc++.so.5 to the directory that mean is searching for, add something to the path env, or export an environment variable the mean expects in the environment.
Can you help me determine what mean needs for me to do in this instance.
Thanks
|