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 [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to