From owner-freebsd-questions@FreeBSD.ORG Sun Nov 16 16:12:06 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9901D16A4CE for ; Sun, 16 Nov 2003 16:12:06 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB2D843F93 for ; Sun, 16 Nov 2003 16:12:03 -0800 (PST) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu163-100-105.nc.rr.com [24.163.100.105]) hAH0C2rp026884; Sun, 16 Nov 2003 19:12:03 -0500 (EST) Message-ID: <3FB81253.8080207@mindcore.net> Date: Sun, 16 Nov 2003 19:12:03 -0500 From: Scott W User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gary Kline References: <20031117000618.GA5670@tao.thought.org> In-Reply-To: <20031117000618.GA5670@tao.thought.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Mailing List Subject: Re: mysql can't finf shared library X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Nov 2003 00:12:06 -0000 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