Date: Sun, 16 Nov 2003 19:12:03 -0500 From: Scott W <wegster@mindcore.net> To: Gary Kline <kline@thought.org> Cc: FreeBSD Mailing List <freebsd-questions@FreeBSD.ORG> Subject: Re: mysql can't finf shared library Message-ID: <3FB81253.8080207@mindcore.net> In-Reply-To: <20031117000618.GA5670@tao.thought.org> References: <20031117000618.GA5670@tao.thought.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3FB81253.8080207>