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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
49 - 49 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 15:01:29 2024 UTC