Hey all,
I recently tried to upgrade my version of PHP to the latest, and while the compilation went smoothly (./configure --with-mysql=/usr/local/mysql/ --with-apxs=/usr/local/apache/bin/apxs), I then "make" and "make installed", but when I tried to run apachectl start, it gave me this:
Syntax error on line 207 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: shared object not open
/usr/local/apache/bin/apachectl start: httpd could not be started
Any ideas?