Date: Tue, 21 Jan 2003 23:45:39 +0100 From: "Wiroth Didier" <didier.wiroth@mcesr.etat.lu> To: freebsd-questions@freebsd.org Subject: LD_LIBRARY_PATH question Message-ID: <web-708426@mcesr.etat.lu>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?web-708426>