php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #14319 configure fails with apache-2_0_28
Submitted: 2001-12-03 00:52 UTC Modified: 2001-12-03 18:07 UTC
From: dapic at kooyo dot com Assigned:
Status: Not a bug Package: Compile Failure
PHP Version: 4.0.6 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dapic at kooyo dot com
New email:
PHP Version: OS:

 

 [2001-12-03 00:52 UTC] dapic at kooyo dot com
in redhat linux 7.1. 

I downloaded httpd-2_0_28 from apache, php-4.0.6 from php.net.

the php configure script searches .../httpd-2_0_28/src/include/ for include files while actually those header files are at .../httpd-2_0_28/include/.

but after I made a directory called .../httpd-2_0_28/src and moved everything in it, it still fails with these errors:

In file included from /usr/local/src/httpd-2_0_28/src/include/httpd.h:72,
                 from sapi_apache.c:32:
/usr/local/src/httpd-2_0_28/src/include/ap_config.h:60:32: apr_optional_hooks.h:
 No such file or directory
In file included from sapi_apache.c:32:
/usr/local/src/httpd-2_0_28/src/include/httpd.h:657:21: apr_uri.h: No such file
or directory
make[3]: *** [sapi_apache.lo] Error 1
make[3]: Leaving directory `/usr/local/src/php-4.0.6/sapi/apache'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/local/src/php-4.0.6/sapi/apache'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/local/src/php-4.0.6/sapi'
make: *** [all-recursive] Error 1

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-12-03 04:11 UTC] sniper@php.net
You need PHP from CVS and use --with-apxs2 option.

--Jani

 [2001-12-03 15:55 UTC] dapic at kooyo dot com
I got the cvs version today. configure script still looks for files under httpd-2_0_28/src/... 
 [2001-12-03 18:07 UTC] dapic at kooyo dot com
I got the cvs version today. configure script still looks for files under httpd-2_0_28/src/... 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jun 14 13:01:30 2024 UTC