----- Original Message ----- 
From: "Gary Kline" <[EMAIL PROTECTED]>
To: "FreeBSD Mailing List" <[EMAIL PROTECTED]>
Sent: Monday, November 17, 2003 1:07 AM
Subject: mysql can't finf shared library

> After upgrading to the latest mysql323-client and reinstalling
> my root password, here is what happens:
>
> mysqladmin -u root password 'fooobar1234'
> /usr/libexec/ld-elf.so.1: Shared object "libmysqlclient.so.10" not found
> [EMAIL PROTECTED]:/etc# locate libmysql
> /usr/local/lib/mysql/libmysqlclient.a
> /usr/local/lib/mysql/libmysqlclient.so
> /usr/local/lib/mysql/libmysqlclient.so.10
>
> Anybody know what's going on here?  Is this a known bug?

I am sure it is not the official method, but when I had this happening too,
I made the following symlink:

/usr/local/lib/libmysqlclient.so.10 -> mysql/libmysqlclient.so.10

And that solved it for me.

- Mark

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to