: Bug #24537 :: apr_strings.h
| Bug #24537 | apr_strings.h | ||||
|---|---|---|---|---|---|
| Submitted: | 2003-07-08 07:56 UTC | Modified: | 2003-07-08 08:54 UTC | ||
| From: | christophe dot turbout at info dot unicaen dot fr | Assigned: | sniper (profile) | ||
| Status: | Closed | Package: | Apache2 related | ||
| PHP Version: | 4.3.2 | OS: | linux debian gcc 3.3 | ||
| Private report: | No | CVE-ID: | None | ||
[2003-07-08 07:56 UTC] 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
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2003-07-08 08:44 UTC] sniper@php.net
[2003-07-08 08:54 UTC] sniper@php.net