Hey all,
I was just reinstalling apache, mysql and php and was getting this error message when running apache (% apachectl start):
Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: Shared object "libmysqlclient.so.10" not found
./apachectl start: httpd could not be started
Doing a find for that file (libmysqlclient.so.10) returned:
/usr/local/mysql/lib/mysql/libmysqlclient.so.10
I tried copying it over to the same dir as libphp4.so (/usr/local/apache/libexec) to no avail. Has anyone seen this error? Any suggestions?