From owner-freebsd-questions Tue Jan 21 14:56:27 2003 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0BB9F37B401 for ; Tue, 21 Jan 2003 14:56:26 -0800 (PST) Received: from mcesr.etat.lu (dynamic4.etat.lu [194.154.200.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id D45E243ED8 for ; Tue, 21 Jan 2003 14:56:24 -0800 (PST) (envelope-from didier.wiroth@mcesr.etat.lu) Received: from [158.64.100.140] (account ) by mcesr.etat.lu (CommuniGate Pro WebUser 3.5.9) with HTTP id 708426 for ; Tue, 21 Jan 2003 23:45:39 +0100 From: "Wiroth Didier" Subject: LD_LIBRARY_PATH question To: freebsd-questions@freebsd.org X-Mailer: CommuniGate Pro Web Mailer v.3.5.9 Date: Tue, 21 Jan 2003 23:45:39 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit 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 Hey, When you add a path to the LD_LIBRARY_PATH variable will it recursevely check all subdirectories? For example: setenv LD_LIBRARY_PATH /usr/home/lib Will /usr7home/me/lib/sub_lib/ also be checked for libraries? Do I have to set the variable this way to check the "sub_lib" directory: setenv LD_LIBRARY_PATH /usr/home/lib:/usr/home/me/lib/sub_lib Thanks Didier To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message