ID: 15709 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Apache related Operating System: IBM AIX 4.3.1 PHP Version: 4.1.1 New Comment:
The bug system is not the appropriate forum for asking support questions. For a list of a range of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php Probably not a bug in Apache or PHP, but a problem with your configuration file. Previous Comments: ------------------------------------------------------------------------ [2002-02-25 05:30:46] [EMAIL PROTECTED] I have been installing Apache 1.3.23 and PHP 4.1.1 on AIX 4.3.1 and Oracle 8.1.7, with this procedure : 1. $ export CC='cc -Dinline= -ma' 2. $ ./configure --prefix=/apl/mkd/www 3. $ cd ../php-4.1.1 4. $ ./configure --prefix=/apl/mkd/apache --with-oci8=$ORACLE_HOME --with-oracle=$ORACLE_HOME --with-apache=../apache_1.3.23 --without-mysql --enable-track-vars --enable-sigchild 5. $ make 6. $ make install 7. $ cd ../apache_1.3.23 8. $ ./configure --prefix=/apl/mkd/apache --activate-module=src/modules/php4/libphp4.a 9. $ make 10. $ make install (Everything is OK) 11. Restart Server 12. $ cd ../php4.1.1 13. $ cp php.in-dist /usr/local/lib/php.ini 14. Edited file httpd.conf and Restart Server again 15. Test run apachectl start, but in this step, I've got this message : $ apachectl start Syntax error on line 296 of /apl/mkd/apache/conf/httpd.conf: Expected </Directory> but saw </Directory> /apl/mkd/apache/bin/apachectl start: httpd could not be started I don't know why this message appear ? Maybe someone can give they advice to me to solve this bug. Or, maybe my step is not right when I compiled the Apache and PHP source. THX. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15709&edit=1
