On May 19, 2005, at 5:24 PM, [EMAIL PROTECTED] 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

______________________________________________
R-devel@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to