Skip to content
Prev 1786 / 15076 Next

R problem (fwd)

On Jun 29, 2005, at 8:08 PM, Kasper Daniel Hansen wrote:

            
By default R before 2.1.1 added /usr/local/lib to DYLD_LIBRARY_PATH  
which overrides the search sequence for dynamic libraries.

You will have to remove /usr/local/lib/libjpeg.dylib because it  
conflicts with system's ImageIO framework - it should be a just a  
symlink anyway so it shouldn't affect other applications. (see http:// 
wiki.urbanek.info/index.cgi?TigeR for details) This is fixed in R 2.1.1.

Cheers,
Simon