分类: LINUX
2011-11-23 09:38:18
Description:
------------
/php-4.3.9/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-1
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