Opensuse 11.4 64
After installing R-base 2.13.0 and a python library rpy2 I get following error:
Python 2.7 (r27:82500, Aug 07 2010, 16:54:59) [GCC] on linux2
Type “help”, “copyright”, “credits” or “license” for more information.
>>> import rpy2.robjects as robjects
Traceback (most recent call last):
File “<stdin>”, line 1, in <module>
File “/usr/local/lib64/python2.7/site-packages/rpy2/robjects/init.py”, line 12, in <module>
import rpy2.rinterface as rinterface
File “/usr/local/lib64/python2.7/site-packages/rpy2/rinterface/init.py”, line 66, in <module>
from rpy2.rinterface.rinterface import *
ImportError: /usr/lib64/R/lib/libRlapack.so: undefined symbol: _gfortran_concat_string
This problem has appeared in earlier versions of Opensuse too
and seems to be an issue how R is compiled/packed
Hopefully someone packaging R-Base for OpenSuse can correct this