|
encountered some problems when compiling roxen on fedora core 4:
fixes:
in
roxen-3.3.63-src/pike/src/modules/Mysql/mysql.c
line 950 and 962 add SHUTDOWN_DEFAULT to the mysql_shutdown call
in roxen-3.3.63-src/pike/src/modules/_WhiteFish/resultset.c
added static void f_resultset_slice( INT32 args ); at line 23
removed line 187 in the same file
|