I needed to upgrade PHP to add some mysql functions. Now Apache won't start, and it's not giving me any useful errors. I grabbed PHP-4.1.11 and compiled it: ./configure --with-mysql=pathtomysql --with-apxs=pathtoapxs make make install cp php.ini-recommended /usr/local/lib/php.ini-dist /etc/rc.d/init.d/httpd restart First I got an error that lib/apache couldn't be found, so I made a symlink in /etc/httpd (the server root) to /usr/lib. Now it just fails, the only message in the error log is "child process not started, sending SIGTERM". Any ideas? -brian