From owner-freebsd-hackers Sun Dec 1 1:35:49 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A20E837B401 for ; Sun, 1 Dec 2002 01:35:48 -0800 (PST) Received: from titan.kleipool.org (e137166.upc-e.chello.nl [213.93.137.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id D24B543EAF for ; Sun, 1 Dec 2002 01:35:46 -0800 (PST) (envelope-from Reinier@kleipool.org) Received: from io (io.overschie.nl [192.168.1.82]) by titan.kleipool.org (8.11.6/8.11.6) with SMTP id gB19ZiE78699 for ; Sun, 1 Dec 2002 10:35:44 +0100 (CET) (envelope-from Reinier@kleipool.org) From: "Reinier Kleipool" To: Subject: question about shared libraries and the library cache. Date: Sun, 1 Dec 2002 10:35:42 +0100 Message-ID: <000001c2991d$05083340$5201a8c0@ovs.kleipool.org> 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.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4920.2300 Importance: Normal Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I have a question about shared libraries. I have compiled a new library, and installed it in /usr/local/lib. If I then ask ldconfig(8) to updates its hints file, the new library is not listed in the hints file. In /usr/local/lib I see two other libraries that also are not listed: pam_ldap.so pam_smb_auth.so. My question: What is so special about these libraries that they are not listed in the ldconfig hints files? And for my own library: What do I need to do to make my own library listed in ldconfig? Are there special ld(1) flags needed to get it listed? Kind regards, Reinier Kleipool To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message