Hi Grainne
There is one likely cause. But before getting into the explanation,
can you send me the output from when you installed the package, e.g. the output
from
R CMD INSTALL .... RSPerl
and any configuration arguments you specified.
You can send this to me off-list and we can summarize at the end.
Thanks,
D.
Grainne Kerr wrote:> Dear list,
>
> I have updated to version R-2.10.0. When I try to load the RSPerl
> library I get the following error:
>
>> library(RSPerl)
> Error in dyn.load(file, DLLpath = DLLpath, ...) :
> unable to load shared library
> '/usr/local/lib/R/library/RSPerl/libs/RSPerl.so':
> /usr/local/lib/R/library/RSPerl/libs/RSPerl.so: undefined symbol:
> boot_DB_File__Glob
> Error: package/namespace load failed for 'RSPerl'
>
> I do not know how to fix this. Can anyone please help?
>
> I'm runninn R on Ubuntu 9.04
>
> Many thanks,
> Grainne.
>
>> sessionInfo()
> R version 2.10.0 (2009-10-26)
> i686-pc-linux-gnu
>
> locale:
> [1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
> [3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
> [5] LC_MONETARY=C LC_MESSAGES=en_US.UTF-8
> [7] LC_PAPER=en_US.UTF-8 LC_NAME=C
> [9] LC_ADDRESS=C LC_TELEPHONE=C
> [11] LC_MEASUREMENT=en_US.UTF-8 LC_IDENTIFICATION=C
>
> attached base packages:
> [1] stats graphics grDevices utils datasets methods base
>
> ______________________________________________
> R-help at 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.