Displaying 1 result from an estimated 1 matches for "rworkingdirectory".
Did you mean:
workingdirectory
2005 Jul 06
1
dyn.load in linux: missing libraries?
..., apparently without problem, been able
to compile it using R CMD SHLIB, but when I try to dyn.load it I get the
following error:
> dyn.load("Cfiles/Neutral/Bell2000.dll")
Error in dyn.load(x, as.logical(local), as.logical(now)) :
unable to load shared library
'/home/tyler/RWorkingDirectory/Cfiles/Neutral/Bell2000.dll':
/home/tyler/RWorkingDirectory/Cfiles/Neutral/Bell2000.dll: invalid ELF
header
I take this to mean one of the required libraries is either not loaded
or not updated. Or, I've overlooked something. Can anyone point me to a
solution? I tried updating my perl...