> After I installed PHP as a dynamic module, I get an error message when I
> try to start Apache which says "syntax error...cannot
> load/usr/local/apache/libexec/libphp4.so into server:
> libmysqlclient.so.10: cannot load shared object file: No such file or
> directory. libmysqlclient.so.10 is located at /mysql/lib/mysql/lib.
>
> I added "/usr/local/mysql" to the /etc/ld.so.config file and ran ldconfig,
> but that didn't make it load. Can anyone help me with this? I really would
> appreciate it.

Once again you are being inconsistent.  You say that libmysqlclient.so.10
is in /mysql/lib/mysql/lib but you added /usr/local/mysql to
/etc/ld.so.config

First, "/mysql/lib/mysql/lib" is not the same as "/usr/local/mysql"
and second, the file you are supposed to add it to is "/etc/ld.so.conf"

-Rasmus


-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to