php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16722 Compilation failure
Submitted: 2002-04-21 13:10 UTC Modified: 2002-04-21 13:15 UTC
From: yann at protonicdesign dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 4.1.2 OS: Suse Linux 7.2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: yann at protonicdesign dot com
New email:
PHP Version: OS:

 

 [2002-04-21 13:10 UTC] yann at protonicdesign dot com
I tried to compile PHP 4.1.2 with Apache 2.0.35 has a module

./configure --with-apache=../apache --with-mysql --enable-track-vars --enable-calendar  

and i get the error that fallow

Configuring SAPI modules
checking for AOLserver support... no
checking for Apache module support via DSO through APXS... no
checking for Apache module support... no
configure: error: Invalid Apache directory - unable to find httpd.h under /home/yann/DL/httpd

And yes the directory is correct and there is no httpd.h file

Could it be that some file was changed of name ?

I compiled PHP 4.1.2 with apache 1.3.x with out probleme


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-21 13:14 UTC] sander@php.net
4.1.2 doesn't support Apache 2. 4.2.0 will have (experimental) Apache 2 support and will be released tomorrow.
 [2002-04-21 13:15 UTC] sander@php.net
--with-apache only works on 1.3.x, you need --with-apxs2 for Apache 2
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 23:01:29 2024 UTC