Hello, I have read the instructions in the RFromPerl.pdf file and I am asking: How can I find the R-perl module (which allow me to call R from Perl) in gz format from the CPAN web site. I could not find it by myself. Acutally I have the
/usr/local/src/R-1.4.1/library/RSPerl/share/blib/lib/R.pm file
from the R product installation. but I am not sure is
enough.
Besides I could not find the
Makefile.perl as it was described in the pdf file.
Finally I tried to run it and here is the
result:
genewise:/usr/local/src/R-1.4.1/library/RSPerl/examples> perl
../test.pl
Can't load '/usr/local/src/R-1.4.1/library/RSPerl/share/blib/arch/auto/R/R.so' f or module R: ld.so.1: perl: fatal: libgdbm.so.2: open failed: No such file or di rectory at /usr/local/lib/perl5/5.6.1/sun4-solaris/DynaLoader.pm line 206. at ./test.pl line 11 Compilation failed in require at ./test.pl line 11. BEGIN failed--compilation aborted at ./test.pl line 11. Thanks Shay Fichman
|