Date: Mon, 17 Nov 2003 00:21:07 GMT From: Mark <admin@asarian-host.net> To: "Gary Kline" <kline@thought.org>, "FreeBSD Mailing List" <freebsd-questions@freebsd.org> Subject: Re: mysql can't finf shared library Message-ID: <200311170021.HAH0L6OH078309@asarian-host.net> References: <20031117000618.GA5670@tao.thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Gary Kline" <kline@thought.org> To: "FreeBSD Mailing List" <freebsd-questions@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311170021.HAH0L6OH078309>