I have sucessfully built PHP for Apache 2 using ./configure --prefix=/usr/local/php4.1.2 \--with-axps2=/usr/local/apache2/bin/apxs --with-psql --with-mysql
Apache was built with ./configure --enable-ssl --with-ssl=/usr/local/openssl --enable-info \ --enable-so --enable-usertrack --prefix=/usr/local/apache2 --enable-rewrite The builds run with no errors, but when I add <Files *.php> SetOutputFilter PHP SetInputFilter PHP </Files> to my httpd.conf file, Apache dies on startup with this message in the error_log: [alert] Child 27723 returned a Fatal error... Apache is exiting! Commenting out the <Files *.php> section allows everything to run okay (except PHP stuff). Any hints on things to try or where to look would be greatly appreciated. --Richard -- Richard B. Pyne [EMAIL PROTECTED] -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php