Anyone ever had this error when trying to start the server?
/home2/xgamer/.gameservers/bf2142_0/bin/ia-32/bf2142: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or dire ctory
Anyone ever had this error when trying to start the server?
/home2/xgamer/.gameservers/bf2142_0/bin/ia-32/bf2142: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or dire ctory
Mrs. NightHawk
Excalibur Technology Consultants
The game is built on a machine with an older glibc, you should be able to install a compatible libstd (libstdc++.so.5) by installing the following rpm:
compat-libstdc++-33
or it's equivalent on whatever distro you use if not rpm based. I'm actually including that lib in the latest cpgs releases (since 0.6.0) so it should be found. Check in /var/cpanel/gameserv_libs/ and see if it's in there.