> # httpd
> /usr/libexec/ld.so: httpd: libmysqlclient.so.10.0: No such file or
directory
>
> but I can locate the file at these tree places at the server, so where do
i
> have to place the file before the server can see it does exist. ?
>
> /usr/local/lib/mysql/libmysqlclient.so.10.0
>
/usr/ports/databases/mysql/work/fake-i386/usr/local/lib/mysql/libmysqlclient
> .so.10.0
>
/usr/ports/databases/mysql/work/mysql-3.23.37/libmysql/.libs/libmysqlclient.
> so.10.0

try editing your /etc/ld.so.conf file and see if one of the paths you
mentionned are listed into.

If not you can try to add one, else you can make a link to the lib into
/usr/lib or into a dir that is into your LD_LIBRARY_PATH variable.

There are other ways to do that but these are the simplest.

Regards.


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to