From owner-freebsd-questions Sat Jul 14 14: 9:14 2001 Delivered-To: freebsd-questions@freebsd.org Received: from ashburn.skiltech.com (ashburn.skiltech.com [216.235.79.239]) by hub.freebsd.org (Postfix) with ESMTP id 1143437B401 for ; Sat, 14 Jul 2001 14:09:11 -0700 (PDT) (envelope-from minter@ashburn.skiltech.com) Received: (from minter@localhost) by ashburn.skiltech.com (8.11.3/8.11.1) id f6EI2Aj78225; Sat, 14 Jul 2001 14:02:10 -0400 (EDT) (envelope-from minter) Date: Sat, 14 Jul 2001 14:02:10 -0400 (EDT) From: "H. Wade Minter" X-X-Sender: To: Subject: Still trying to get shared library recognized Message-ID: <20010714135943.L77487-100000@ashburn.skiltech.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm still trying to get a shared library in /usr/local/lib/ to be recognized by ldconfig, and I'm stumped by what's going wrong. The library is: kenbridge# ls -lsa /usr/local/lib/liballeg-3.9.34.so 616 -r--r--r-- 1 root wheel 614900 Jul 13 21:30 /usr/local/lib/liballeg-3.9.34.so kenbridge# Running "file" gives me: kenbridge# file /usr/local/lib/liballeg-3.9.34.so /usr/local/lib/liballeg-3.9.34.so: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), stripped kenbridge# (it was installed via the ports collection). However, running "ldconfig -r" doesn't show it: kenbridge# ldconfig -r | grep -i leg kenbridge# I've run every permutation of "ldconfig /usr/local/lib" that I can think of, but still nothing. Does anyone have any ideas? Thanks, Wade To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message