From owner-freebsd-questions Sat Jan 22 6:45:11 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.rdc1.tn.home.com (ha1.rdc1.tn.home.com [24.2.7.66]) by hub.freebsd.org (Postfix) with ESMTP id D217A14D80 for ; Sat, 22 Jan 2000 06:45:08 -0800 (PST) (envelope-from williamsl@Home.Com) Received: from [192.168.1.10] ([24.4.115.31]) by mail.rdc1.tn.home.com (InterMail v4.01.01.00 201-229-111) with ESMTP id <20000122144508.RVJI9818.mail.rdc1.tn.home.com@[24.4.115.31]> for ; Sat, 22 Jan 2000 06:45:08 -0800 Date: Sat, 22 Jan 2000 09:45:06 -0500 From: Ben WIlliams X-Mailer: The Bat! (v1.34a) UNREG / CD5BF9353B3B7091 Reply-To: Ben WIlliams X-Priority: 3 (Normal) Message-ID: <3406.000122@Home.Com> To: FreeBSD questions Subject: not finding a Shared object, but why? Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG FreeBSD, Saturday, January 22, 2000 I am having a problem with a custom compilation of exim I'm trying to copy over to a new machine complaining about not being able to find a shared library (/usr/libexec/ld-elf.so.1: Shared object "libmysqlclient.so.6.0" not found) which I have verified IS installed in /usr/local/lib/mysql, but even issuing an `ldconfig -v -m /usr/local/lib/mysql` /usr/libexec/ld-elf.so.1 isn't updated, though the hints file is. How do I get the file updated? Setting LD_LIBRARY_PATH doen't help either. TIA, -- Ben mailto:williamsl@Home.Com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message