Displaying 1 result from an estimated 1 matches for "gsl_sf_expint_en_e".
2010 Feb 28
1
Problem with gsl package
...suspect the gsl package was a culprit. When I do
library("gsl") within R, I get:
Error in dyn.load(file, DLLpath = DLLpath, ...) :
unable to load shared library
'/home/matt/R/lib64/R/library/gsl/libs/gsl.so':
/home/matt/R/lib64/R/library/gsl/libs/gsl.so: undefined symbol:
gsl_sf_expint_En_e
Error: package/namespace load failed for 'gsl'
It looks like it is due to where my Linux (not R) gsl package is
installed. Robin thought the problem is that I had to install my Linux
gsl package in a nontypical location (it's in /usr) because /usr/local
is not available to us....