<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Thomas,<br>
<br>
Your pointer was helpful.<br>
The problem was some confusion with libR.so.  An old version of
/usr/lib/libR.so had not been removed,<br>
while the new one was placed under /usr/lib/R/lib/libR.so.<br>
<br>
Thanks!<br>
Ralf.<br>
<br>
Thomas Friedrichsmeier schrieb:
<blockquote
 cite="mid200608311810.59279.thomas.friedrichsmeier@ruhr-uni-bochum.de"
 type="cite">
  <pre wrap="">Hi Ralf,

maybe somebody else has more insight on this. Anyway, it works here with the 
standard R 2.3.1 shipped with debian.

  </pre>
  <blockquote type="cite">
    <pre wrap="">-lX11  -lSM -lICE -lpthread  -L/vol/debian/r-base-2.3.1//lib -lR
    </pre>
  </blockquote>
  <pre wrap=""><!---->
It seems /vol/debian/r-base-2.3.1//lib is where rkward believes your libR.so 
should be. Could you make sure there really is a libR.so in that directory? 
Could you additionally check whether it has the R_CStackLimit symbol 
(grep "R_CStackLimit" libR.so)?

Maybe during linking a wrong version of libR.so gets picked up at some other 
place. Do you have other versions of R installed on the machine in question? 
Maybe due to some earlier workaround there is a symbolic 
link /usr/lib/libR.so -> /some/older/version/of/R? If so, could you remove 
that link and try again?

Hope some of this will help.

Regards
Thomas
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
<a class="moz-txt-link-freetext" href="http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642">http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642</a></pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
RKWard-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:RKWard-devel@lists.sourceforge.net">RKWard-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/rkward-devel">https://lists.sourceforge.net/lists/listinfo/rkward-devel</a>
  </pre>
</blockquote>
</body>
</html>