php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3511 Can't find httpd.h
Submitted: 2000-02-17 02:17 UTC Modified: 2000-02-17 03:07 UTC
From: rrinaldi at primenet dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.14 OS: Linux
Private report: No CVE-ID: None
 [2000-02-17 02:17 UTC] rrinaldi at primenet dot com
Even though that I have a fresh install of Apache, php can't find httpd.h in the correct directory.  The file is in the include directory, So i've tried /usr/local/apache and /usr/local/apache/include/.  Sorry if this isn't a bug but just someting that i have overlooked.  Thanks

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-02-17 03:07 UTC] rasmus at cvs dot php dot net
You are trying to compile PHP as a static module into Apache.  
In order to do that you need the original Apache source directory.  As in
apache_1.3.11/

If you have just installed Apache from some sort of package mechanism, 
chances are you will have to use the apxs mechanism.  As in:
  ./configure --with-apxs=/usr/local/apache/bin/apxs
  make
  make install


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