ID: 8410 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Feedback Status: Closed Bug Type: Compile Failure Assigned To: Comments: no feedback. Previous Comments: --------------------------------------------------------------------------- [2001-01-11 11:49:57] [EMAIL PROTECTED] Could you please try the latest CVS snapshot from http://snaps.php.net/ as this should be fixed. --Jani --------------------------------------------------------------------------- [2000-12-24 21:15:59] [EMAIL PROTECTED] when compiling with apache 2.0a9 two things have to be changed in php's source and makefile so that php will compile as apxs2 module a) in makefile an include dir to apache_dir/include/apr-util has to be added - otherwise ap_hooks.h and ap_bucktes.h won't be found b) in sapi/apache2filter/php_functions.c in line 49 in the call to ap_sub_req_lookup_uri there has to be added a third argument to the function - NULL obviously. :) after this two changes everything compiles OK, but when starting apache it report an fatal error saying "unresolved symbol: uncompress" regarding libphp4.so. with this one i cannot handle Marcin Galczynski --------------------------------------------------------------------------- [2000-12-24 20:21:03] [EMAIL PROTECTED] Due to changes in apache 2.0a9 two things have to be changed in php's source and makefile so that php will compile as apxs2 module a) in makefile an include dir to apache_dir/include/apr-util has to be added - otherwise ap_hooks.h and ap_bucktes.h won't be found b) in sapi/apache2filter/php_functions.c in line 49 in the call to ap_sub_req_lookup_uri there has to be added a third argument to the function - NULL obviously. :) after this two changes everything compiles OK and even works. good luck Marcin Galczynski --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=8410&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]