Quote Originally Posted by voron00 View Post
I've recently added some sort of mysql detection (Since i moved my VPS to Arch Linux and the do not provide multilib mysql packages) which checks the existanse of libmysqlclient.so.18 inside /usr/lib and if its not found, mysql compilation will be skipped, if you sure you have mysql installed, just force it then, e.g set mysql_enable="true" in doit.sh after lib checks (e.g line 49)
It did compile, but I get segmentation fault by startup. No gametype or map is set at this point.

Code:
(gdb) bt
#0  0x00a6bf1d in __memcpy_ssse3_rep () from /lib/libc.so.6
#1  0xf76cda9a in gsc_utils_init ()
   from /home/olger/HIGHJUMP/libcod2_1_0_voron_v2.so
#2  0xf76d1af9 in cCallOfDuty2Pro::cCallOfDuty2Pro() ()
   from /home/olger/HIGHJUMP/libcod2_1_0_voron_v2.so
#3  0xf76d169b in lib_load () from /home/olger/HIGHJUMP/libcod2_1_0_voron_v2.so
#4  0xf76d1b6d in __do_global_ctors_aux ()
   from /home/olger/HIGHJUMP/libcod2_1_0_voron_v2.so
#5  0xf76c46e4 in _init () from /home/olger/HIGHJUMP/libcod2_1_0_voron_v2.so
#6  0x0092101f in _dl_init_internal () from /lib/ld-linux.so.2
#7  0x0091288f in _dl_start_user () from /lib/ld-linux.so.2
(gdb)