php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
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

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-08 08:44 UTC] sniper@php.net
I've got fix for this, testing it right now.

 [2003-07-08 08:54 UTC] sniper@php.net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC