mysql can't finf shared library

Mark admin at asarian-host.net
Sun Nov 16 16:21:10 PST 2003


----- Original Message ----- 
From: "Gary Kline" <kline at thought.org>
To: "FreeBSD Mailing List" <freebsd-questions at freebsd.org>
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
> root at tao:/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



More information about the freebsd-questions mailing list