php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9494 Error in ./configure
Submitted: 2001-02-28 06:37 UTC Modified: 2001-06-03 23:58 UTC
From: slynet at slynet dot lu Assigned:
Status: Closed Package: Apache related
PHP Version: 4.0.4pl1 OS: Linux - Slackware 7.0
Private report: No CVE-ID: None
 [2001-02-28 06:37 UTC] slynet at slynet dot lu
When doing a cross compile from php 4.0.4pl1 with apache 2.0a9 using:
./configure --with-mysql --with-apache=../apache_2.0a9 --enable-track-vars, it gives me the error:
configure: error: Invalid Apache directory - unable to find httpd.h under /root/apache_2.0a9

after looking in the configure file, i saw it looks in $withval/src/include/* which is wrong since the include files are now located in $withval/include;

I also noticed that source libraries changed to $withval/srclib ..

or did i do something wrong?
hint: i'm trying to compile an IPv6 enabled webserver with php support. (KAME patch fails since it's only *BSD realated), apache 2.x supports native IPv6 support.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-03-01 17:24 UTC] sniper@php.net
FYI: Apache2 support in PHP is considered experimental at the moment.
Please try the latest CVS snapshot from http://snaps.php.net/ as this might 
have been fixed already.

--Jani

 [2001-03-03 08:12 UTC] slynet at slynet dot lu
It's not yet adjusted in the snapshots .. maybe someone can fix it?
 [2001-03-03 17:21 UTC] sniper@php.net
As also Apache2 is under devopment and can not be considered stable
at all, suspending this bug report.

--Jani

Hint: Get both Apache2 and PHP4 from CVS if you want to be on the edge.. :)

 [2001-05-14 14:53 UTC] jmoore@php.net
Does this still happen with latest CVS and Latest apache 2.0??

- James
 [2001-06-03 23:58 UTC] sniper@php.net
There is no use of keeping this bug report open. 
As both the SAPI in PHP and Apache2 are still under heavy
development, it's no use to report bugs in them. 
Mail the report to the people who develop them.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 06:01:29 2024 UTC