Date: Sat, 14 Jul 2001 14:02:10 -0400 (EDT) From: "H. Wade Minter" <minter@lunenburg.org> To: <FreeBSD-Questions@FreeBSD.ORG> Subject: Still trying to get shared library recognized Message-ID: <20010714135943.L77487-100000@ashburn.skiltech.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010714135943.L77487-100000>