ID: 24537 Updated by: [EMAIL PROTECTED] Reported By: christophe dot turbout at info dot unicaen dot fr -Status: Open +Status: Assigned Bug Type: Apache2 related Operating System: linux debian gcc 3.3 PHP Version: 4.3.2 -Assigned To: +Assigned To: sniper New Comment:
I've got fix for this, testing it right now. Previous Comments: ------------------------------------------------------------------------ [2003-07-08 07:56:20] christophe dot turbout at info dot unicaen dot fr Description: ------------ /php-4.3.2/sapi/apache2handler/sapi_apache2.c:38:25: apr_strings.h: No such file or directory compilation stop with many errors. right. in debian you have /usr/include/apache2 and /usr/include/apr-0 checking apr_strings.h in configure can solve the trouble. I have added /usr/include/apr-0 in INCLUDES path (Makefile) and this solve the bug INCLUDES = -I/usr/include/apache2 -I/usr/include/apr-0 -I$(top_builddir)/Zend -I/root/install/php-4.3.2/ext/xml/expat ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24537&edit=1