[Rd] New R (2.1) not openable under emacs files (PR#7882)

Simon Urbanek simon.urbanek at r-project.org
Fri May 20 14:44:21 CEST 2005


On May 19, 2005, at 5:24 PM, menke at u.arizona.edu wrote:

> Error in dyn.load(x, as.logical(local), as.logical(now)) :
>     unable to load shared library
> '/Library/Frameworks/R.framework/Resources/library/grDevices/libs/ 
> grDevices.so':
>   dlcompat: dyld: /Library/Frameworks/R.framework/Resources/bin/ 
> exec/R version
> mismatch for library: /usr/local/lib/libxml2.2.dylib (compatibility  
> version of
> user: 9.0.0 greater than library's version: 8.0.0)

This has nothing to do with R per-se - your local libxml conflicts  
with the system one. This is the most common mistake - many people  
forget to wipe their /usr/local after upgrading. Please remove the  
obsolete libxml from /usr/local/lib ( sudo rm -f /usr/local/ 
libxml*dylib ) - since Panther (10.3 and that's a while ago) the  
libxml is provided with the system.

Cheers,
Simon



More information about the R-devel mailing list