php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4276 Configure Apache-1.3.12 (Binary) with PHP 3.0.16(Source)
Submitted: 2000-04-28 22:59 UTC Modified: 2000-05-15 17:52 UTC
From: esilva at conicyt dot cl Assigned:
Status: Closed Package: Installation problem
PHP Version: 3.0.16 OS: HP-UX 10.20
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: esilva at conicyt dot cl
New email:
PHP Version: OS:

 

 [2000-04-28 22:59 UTC] esilva at conicyt dot cl
I'm having problems configuring PHP to work with Apache. It says "it can't find httpd.h".

i followed installing steps and suggest from PHP page:

The script used to configure is:
./configure --with-apache=/opt/apache --with-informix --with-config-file-path=/opt/apache 

I used:  

* HP-UX 10.20 Dynamically Linked Binary (gzipped) (Size: 977 K, Archived: 8 Mar 2000)
* April 05, 2000. PHP 3.0.16 (Source).

Can you tell me please... How can do this installation or where ask.

Thanks.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-02 01:05 UTC] joey at cvs dot php dot net
The argument to --with-apache must be a directory where the /SOURCE/ of Apache can be found.
 [2000-05-15 17:52 UTC] sas at cvs dot php dot net
You probably need to use APXS. If /opt/apache/bin/apxs exists, use

$ ./configure --with-apxs=/opt/apache/ bin/apxs 

Do not use --with-apache. See the INSTALL file for more information.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri May 09 11:01:28 2025 UTC