Skip to content
Prev 65446 / 398525 Next

R-2.01 and RSPerl-0.6.2

The omega-help mailing list  is more appropriate.
(See http://www.omegahat.org/mailman/listinfo)

One of the things that comes to mind is 
whether you built R via the --enable-R-shlib
entirely from scratch or did you
reconfigure and rebuild from an existing compiled
source.  If it is the latter, and library/stats/lib/stats.so 
was not linked against libR.so, then bad things happen.

Run the command

 ldd /tools/R/current/lib/R/library/stats/libs/stats.so

and see if libR.so is included in the output.
If not, rebuild R with

 make distclean
 ./configure --enable-R-shlib
 make

and try things then.

If this is not the problem, you can send mail directly to me
and I can try to help.

 D.
Zachariah Zachariah wrote: