Hi,<br><br>I am trying to install R in perl for SUSE10. <br><br>I have downloaded the latest R distribution (2.3.0).<br>I ran >./configure --enable-R-shlib<br><br>It completes without problems.<br>I ran >make<br><br>
It completes without problems, but bin/libR is not present (should it be present at this step?)<br><br>After running make install, bin/libR is not present in the main R directory.<br><br>R works fine after this step.<br><br>
Installing the R from perl package using: >R CMD INSTALL -c --configure-args='--with-in-perl' RSPerl<br>It installs the package without warning or error messages, but the directory "blib" is not present anywhere in the main R directory (/usr/local/lib/R).
<br><br>running >perl test.pl asks for the directory of <a href="http://R.pm">R.pm</a> and R.so. providing these using the -I switch does not return an error, but it does not return any output either ... the output is blank.
<br><br>Any ideas on getting RSPerl working within perl?<br><br>Thanks very much!<br><br><br><br><br>