From:             christophe dot turbout at info dot unicaen dot fr
Operating system: linux debian gcc 3.3
PHP version:      4.3.2
PHP Bug Type:     Compile Failure
Bug description:  apr_strings.h

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 bug report at http://bugs.php.net/?id=24537&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=24537&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=24537&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=24537&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24537&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24537&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24537&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24537&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24537&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24537&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24537&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24537&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24537&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24537&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24537&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24537&r=gnused

Reply via email to