ID: 3787 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Installation problem Operating System: AIX 4.2.1 PHP Version: 3.0.15 New Comment:
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. Previous Comments: ------------------------------------------------------------------------ [2000-03-09 22:57:40] [EMAIL PROTECTED] 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 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=3787&edit=1
