Ok this is driving me nuts.. sorry if the formatting got messed up -- if you notice the two messages are a little different.. and i don\'t see what\'s happening here..
bash-2.05# pwd
/usr/local/apache/libexec
bash-2.05# ls
httpd.exp libphp4.so libphp4.so.old libphp4.so.old2 libssl.so
bash-2.05# /usr/local/apache/bin/apachectl startssl
Syntax error on line 208 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: cannot open shared object file: cannot load shared object file: No such file or directory
/usr/local/apache/bin/apachectl startssl: httpd could not be started
bash-2.05# mv libphp4.so libphp4.so.bak
bash-2.05# /usr/local/apache/bin/apachectl startssl
Syntax error on line 208 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: cannot open shared object file: No such file or directory
/usr/local/apache/bin/apachectl startssl: httpd could not be started