[R] undefined symbol in grDevices.so
Juan Pablo Romero
jpablo.romero at gmail.com
Fri Nov 11 06:16:51 CET 2005
Hello
I'm trying to use rpy with latest R (2.2.0), but unfortunately it
seems there is some kind of undefined symbol in grDevices.so
(utf8locale)
Within python, this message appears:
>>> import rpy
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'/usr/local/lib/R/library/grDevices/libs/grDevices.so':
/usr/local/lib/R/library/grDevices/libs/grDevices.so: undefined
symbol: utf8locale
Loading required package: grDevices
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'/usr/local/lib/R/library/grDevices/libs/grDevices.so':
/usr/local/lib/R/library/grDevices/libs/grDevices.so: undefined
symbol: utf8locale
In addition: Warning message:
package grDevices in options("defaultPackages") was not found
Error: package 'grDevices' could not be loaded
Any suggestions?
Thanks in advance.
Juan Pablo
More information about the R-help
mailing list