php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3787 Problem with the build of PHP with apache 1.3.9 or 1.3.12
Submitted: 2000-03-09 22:57 UTC Modified: 2002-10-01 13:32 UTC
From: christophe dot pages at bnpgroup dot com Assigned:
Status: Not a bug Package: Installation problem
PHP Version: 3.0.15 OS: AIX 4.2.1
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:
12 + 18 = ?
Subscribe to this entry?

 
 [2000-03-09 22:57 UTC] christophe dot pages at bnpgroup dot com
Hi,
If I install apache alone everything is working fine, but if I try to integrate the php library,
the build is ok but when apache is running I am unable to contact properly the httpd daemon.
I used the following commands:
cd /usr/local/apache_1.3.9
./configure --prefix=/usr/local/apache
cd ../php_3.0.15
./configure --with-apache=../apache_1.3.9
make
make install
cd /usr/local/apache_1.3.9
./configure --prefix=/usr/local/apache --activate-module=src/modules/php3/libphp3.a
make
make install
I configured httpd.conf with the port 80, and uncommented the hostname and then:
/usr/local/apache/bin/apachectl start
Everything is ok , and then:
telnet loopback 80
Trying...
Connected to loopback.
Escape character is '^]'.
Connection closed.
spren001:/usr/local/apache/bin>
I use the default php3.ini file in /usr/local/lib
I use gnu make and gcc version 2.95.2

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-10-01 13:32 UTC] hholzgra@php.net
Sorry, but the bug system is not the appropriate forum for asking
support questions. Your problem does not imply a bug in PHP itself.
For a list of more appropriate places to ask for help using PHP,
please visit http://www.php.net/support.php

Thank you for your interest in PHP.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 14:01:28 2024 UTC