Dear R experts..
I would highly appreciate your help in troubleshooting errors as shown
below..
When I type R at shell prompt, I get the following error:

The version of R in 64bit Linux is: R version 2.9.0 (2009-04-17)
***********************************************************************************
Error in dyn.load(file, DLLpath = DLLpath, ...) :
  unable to load shared library '/usr/lib64/R/library/stats/libs/stats.so':
  /usr/lib64/R/library/stats/libs/stats.so: undefined symbol:
_gfortran_copy_string
During startup - Warning message:
package stats in options("defaultPackages") was not found
************************************************************************************

When I run the following:
nm /usr/lib64/R/library/stats/libs/stats.so | grep _gfortran_copy_string

gives  the result:
                 U _gfortran_copy_string

Thanks so much in advance..

Regards,
Santosh

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to