ID: 24537 Updated by: [EMAIL PROTECTED] Reported By: christophe dot turbout at info dot unicaen dot fr -Status: Assigned +Status: Closed Bug Type: Apache2 related Operating System: linux debian gcc 3.3 PHP Version: 4.3.2 Assigned To: sniper New Comment:
This bug has been fixed in CVS. In case this was a PHP problem, snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. In case this was a documentation problem, the fix will show up soon at http://www.php.net/manual/. In case this was a PHP.net website problem, the change will show up on the PHP.net site and on the mirror sites in short time. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2003-07-08 08:44:20] [EMAIL PROTECTED] I've got fix for this, testing it right now. ------------------------------------------------------------------------ [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