Hi,

I have tried to create a linux server for version 1.3. Set up virtualbox, install ubuntu 15 and the game with linux version.
When I tried to start (./cod2_lnxded) it said:

./cod2_lnxded: error while loading shared libraries: libstdc++.so.5:
cannot open shared object file: No such file or directory
After some searching I found the libraries and tried to run the server with the libraries (LD_LIBRARY_PATH=$LD_LIBRARY_PATH:...cod2/lib/ ./cod2_lnxded), but it said:

Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed!
I haven't found the solution for this. Anyone know how to fix it?