[R-SIG-Mac] problem installing BMA with R.Gui (2.1.0) on Tiger

Simon Urbanek simon.urbanek at r-project.org
Sat May 7 15:58:11 CEST 2005


Anestis,

On May 7, 2005, at 3:12 AM, Anestis Antoniadis wrote:

> However here is what I get:
> [..]
>     dlopen(/Library/Frameworks/R.framework/Resources/library/ 
> grDevices/libs/grDevices.so, 6): Library not loaded: /System/ 
> Library/Frameworks/ApplicationServices.framework/Versions/A/ 
> Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
>   Referenced from: /System/Library/Frameworks/ 
> ApplicationServices.framework/Versions/A/Frameworks/ 
> ImageIO.framework/Versions/A/ImageIO
>   Reason: Incompatible library version: ImageIO requires version  
> 1.0.0 or later, but libTIFF.dylib provides version 0.0.0

As discussed here last week (and in more detail on the Wiki), you  
need to make sure that your custom libraries in /usr/local don't  
conflict with the system ones - yours do. The two options are to  
remove the offending libtiff.dylib and use a static one, or fix the  
version/id of your libtiff.dylib.

Cheers,
Simon



More information about the R-SIG-Mac mailing list