This is my default install for a ubuntu-minimal server:
Code:
dpkg --add-architecture i386
apt-get update
apt-get install gcc-multilib
apt-get install libmysqlclient-dev:i386
apt-get install g++-multilib
apt-get install libstdc++5
apt-get install libstdc++5:i386
im not 100% sure the x64 version of libstdc++5 is needed, but it cant hurt afaik
Then im using this startup script:
Code:
LD_PRELOAD="_bin/cod2/libcod2_1_3.so" $cod $args +set g_gametype codjumper +map mp_jump
$cod is the location of cod2_lnxded, $args is stuff like fs_homepath etc and my libcod is in /home/USERNAME/_bin/cod2/