On Jun 28, 2010, at 1:52 PM, Timothy Havel wrote:
> 
> % printenv DYLD_LIBRARY_PATH
> /usr/local/lib:/sw/lib:/usr/lib:/lib
> 

This seems to be the source of your trouble.

DYLD_LIBRARY_PATH *overrides* the natural search path which dyld uses.  Unlike 
Linux (which you may be familiar with example), each library contains a full 
path to all libraries it is linked to, and dyld normally follows that path.  
Setting DYLD_LIBRARY_PATH to *any* nonempty value overrides the normal search.

If something you have installed really needs to have a path specified through 
an environment variable, DYLD_FALLBACK_LIBRARY_PATH is a much better choice.

  -- Dave

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to