From owner-freebsd-questions Sat Dec 11 22:31:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from akira.lanfear.com (akira.lanfear.com [208.12.10.34]) by hub.freebsd.org (Postfix) with ESMTP id BEA5F14FE9 for ; Sat, 11 Dec 1999 22:31:18 -0800 (PST) (envelope-from marcw@lanfear.com) Received: from SHURIKEN (shuriken.lanfear.com [208.12.10.35]) by akira.lanfear.com (8.9.3/8.9.3) with SMTP id WAA31459 for ; Sat, 11 Dec 1999 22:31:18 -0800 (PST) (envelope-from marcw@lanfear.com) Reply-To: From: "Marc Wandschneider" To: Subject: Where'd my shared lib go? Date: Sat, 11 Dec 1999 22:31:16 -0800 Message-ID: <003101bf446a$7f4bcf00$230a0cd0@SHURIKEN> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2910.0) X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2919.5600 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG So, I recently build giflib-4.0.1 on my machine. I ran ./configure --enable-shared to ensure shared libs are built, and sure enough, libgif.so.5.0 was built and installed to /usr/local/lib. A symlink from libgif.so was also put. Now, the problem is, when I run: ldconfig /usr/lib /usr/local/lib /usr/local/X11R6/lib /usr/local/.... etc libgif.so NEVER shows up in the list, while ALL others do! So, the question is: Whey it at? Why isn't it included? Thanks. marc. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message