php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #18785 Unable to find http.h under /usr/local/apache
Submitted: 2002-08-07 11:11 UTC Modified: 2002-08-07 11:25 UTC
From: sam dot marino at mail dot com Assigned:
Status: Not a bug Package: *Configuration Issues
PHP Version: 4.2.2 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: sam dot marino at mail dot com
New email:
PHP Version: OS:

 

 [2002-08-07 11:11 UTC] sam dot marino at mail dot com
Using Apache 1.3.6 and PHP 4.2.2

./configure --with-ibm-db2 --with-apache=/usr/local/apache


The config script runs up to the point of:

Checking Apache 1.x module support    No
Unable to find http.h under /usr/local/apache

I located httpd.h, it is in a sub-directory of /usr/local/apache specifically /usr/local/apache/include

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-07 11:25 UTC] eru@php.net
Please read the installation instructions more carefully. When compiling a static php-module for apache, you have to supply the path of the apache-sources as in --with-apache=/path/to/apache-1.3.6/

Consult the INSTALL file in the php4-directory.

As a personal side note, I'd recommend to upgrade apache to the current release 1.3.26.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 11:01:30 2024 UTC