From: [EMAIL PROTECTED] Operating system: IBM AIX 4.3.1 PHP version: 4.1.1 PHP Bug Type: Apache related Bug description: Syntax Error when starting apache
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 bug report at http://bugs.php.net/?id=15709&edit=1 -- Fixed in CVS: http://bugs.php.net/fix.php?id=15709&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=15709&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=15709&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=15709&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=15709&r=support Expected behavior: http://bugs.php.net/fix.php?id=15709&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=15709&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=15709&r=submittedtwice
