Solving some "Symbol not found" problems for libJPEG, libTIFF, libGL, libPng

Daniel J. Luke dluke at geeklair.net
Thu Nov 18 13:25:47 PST 2010


On Nov 18, 2010, at 4:22 PM, cssdev at mac.com wrote:
> 
> You could also use DYLD_FALLBACK_LIBRARY_PATH. I had to use that to avoid Apple's libJPEG getting in the way of apps that expected the libjpeg port. See the man page for dlopen() for details.

You should never have to set any of the DYLD_* variables to make things work (and usually having them set is what causes problems).

--
Daniel J. Luke                                                                   
+========================================================+                        
| *---------------- dluke at geeklair.net ----------------* |                          
| *-------------- http://www.geeklair.net -------------* |                          
+========================================================+                        
|   Opinions expressed are mine and do not necessarily   |                          
|          reflect the opinions of my employer.          |                          
+========================================================+






More information about the macports-users mailing list