Entry
Cannot load /usr/local/apache_1.3.12/libexec/libphp4.so into server: libmysqlclient.so.6: cannot open shared object file: No such file or directory
Oct 20th, 2000 00:52
David L, Nawaf R, http://bugs.php.net/?id=5488
check out http://bugs.php.net/?id=5488 it basically says go into
/etc/ld.so.conf and add the directory of wherever libmysqlclient.so.6
is to the list of directories, and then run ldconfig, then restart
apache. for me, libmysqlclient.so.6 was in /usr/local/lib, but check
/usr/local/mysql/lib/mysql as well. as long as you've installed mysql,
it should be in at least the lib folder of wherever mysql is installed.