mysql can't finf shared library
Scott W
wegster at mindcore.net
Sun Nov 16 16:12:06 PST 2003
Gary Kline wrote:
> 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?
>
> thanks, people,
>
> gary
>
>
>
>
Try the following:
# export LD_LIBRARYPATH=$LD_LIBRARY_PATH:/usr/local/lib/mysql and then
try it again.
Scott
More information about the freebsd-questions
mailing list