When trying to start my my Apache web server under FreeBSD, with PHP as a DSO with MySQL support, I get the error: "cannot load /usr/local/apache/libexec/libphp4.so into server: shared module libmysqlclien.so.10 not found"
Under Linux, this was corrected by adding the path to the file in /etc/ld.so.conf, but in FreeBSD, this file does not even exist, and creating it with the pathname does not solve the problem. Anyone know how to remedy this?
Under Linux, this was corrected by adding the path to the file in /etc/ld.so.conf, but in FreeBSD, this file does not even exist, and creating it with the pathname does not solve the problem. Anyone know how to remedy this?