From owner-freebsd-questions@FreeBSD.ORG Sun Nov 16 16:21:10 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 9F4D416A4CE for ; Sun, 16 Nov 2003 16:21:10 -0800 (PST) Received: from asarian-host.net (mail.asarian-host.net [194.109.160.70]) by mx1.FreeBSD.org (Postfix) with ESMTP id DCE5643FDD for ; Sun, 16 Nov 2003 16:21:08 -0800 (PST) (envelope-from admin@asarian-host.net) Comments: To protect the identity of the sender, certain header fields are either not shown, or masked. Anonymous email accounts can be requested by filling in the appropriate form at: https://asarian-host.net/cgi-bin/signup.cgi Received: (from root@localhost) by mail.asarian-host.net (8.12.10/8.12.10) id hAH0L7Vf078345 for freebsd-questions@freebsd.org; Mon, 17 Nov 2003 01:21:07 +0100 (CET) (envelope-from admin@asarian-host.net) From: Mark Message-Id: <200311170021.HAH0L6OH078309@asarian-host.net> Date: Mon, 17 Nov 2003 00:21:07 GMT X-Authenticated-Sender: admin@asarian-host.net X-Trace: hKb5pntDdNZc9soIYEJAq7q604cmNiMDHRZEwjfTcFMi5T2tT9Z0tO9lZZjtyhnWgy9H/V3bKCAx8VfhhCJ/Ng== X-Complaints-To: abuse@asarian-host.net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we are unable to process your complaint Organization: Asarian-host To: "Gary Kline" , "FreeBSD Mailing List" References: <20031117000618.GA5670@tao.thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Auth: Asarian-host PGP signature iQEVAwUAP7gUczFqW1BleBN9AQHY/wf/UjaMzxNXw/ex3B0TAUGfD1HwzLpDi8M2 tVg0jZTuZATkJ3aQXCYiQJsd3X8fB9XPgC04jmTgmq9aTP/h0d6XQVceCJS5UQjl c1zqfEKPexaIVvJ5h16DRab5VcuViaZVNz4BfpMExu+zfBg04tycEF/jXs6YkfBv rAELj5R0AcnaB3TJ15DBT7rG+pRv8AKCBPKZkqEynQoPpAjdzD7Haf9faV9dmkFJ myj6f9SW3GtYDjcAB52Rxcs4qKTFWbBL7zFH32/6E/AYkqT1+hKq1jvoZ8C+ku5C iA6QvirH+V+9JKCkTDEexz5Oxcbfdr4uEUEAOGcnzgg/ssYE+IE5/g== =XrI5 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:21:10 -0000 ----- Original Message ----- From: "Gary Kline" To: "FreeBSD Mailing List" 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