<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-15"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body bgcolor="#ffffff" text="#000000">
    Hi<br>
    <br>
    I gave a quick try and do NOT get the error: <br>
    <br>
    > library('RCurl')<br>
    Le chargement a nécessité le package : bitops<br>
    > <br>
    <br>
    <br>
    <br>
     sessionInfo()<br>
    R version 2.13.2 (2011-09-30)<br>
    Platform: x86_64-pc-linux-gnu (64-bit)<br>
    <br>
    locale:<br>
     [1] LC_CTYPE=fr_FR.UTF-8          LC_NUMERIC=C                 <br>
     [3] LC_TIME=fr_FR.UTF-8           LC_COLLATE=fr_FR.UTF-8       <br>
     [5] LC_MONETARY=fr_FR.UTF-8       LC_MESSAGES=en_US.utf8       <br>
     [7] LC_PAPER=fr_FR.UTF-8          LC_NAME=fr_FR.UTF-8          <br>
     [9] LC_ADDRESS=fr_FR.UTF-8        LC_TELEPHONE=fr_FR.UTF-8     <br>
    [11] LC_MEASUREMENT=fr_FR.UTF-8    LC_IDENTIFICATION=fr_FR.UTF-8<br>
    <br>
    attached base packages:<br>
    [1] stats     graphics  grDevices utils     datasets  methods  
    base     <br>
    <br>
    other attached packages:<br>
    [1] RCurl_1.6-7    bitops_1.0-4.1 rkward_0.5.6  <br>
    <br>
    loaded via a namespace (and not attached):<br>
    [1] tools_2.13.2<br>
    > <br>
    <br>
    <br>
    Le 07/10/2011 15:25, Thomas Friedrichsmeier a écrit :
    <blockquote
      cite="mid:201110071525.48860.thomas.friedrichsmeier@ruhr-uni-bochum.de"
      type="cite">
      <pre wrap="">Hi,

On Friday 07 October 2011, Mischa Vreeburg wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">Do you know what is wrong with the dll loading of RCurl in the current
version of Rkward on windows?
I get this result

</pre>
        <blockquote type="cite">
          <pre wrap="">library('RCurl')
</pre>
        </blockquote>
        <pre wrap="">
Loading required package: bitops
Error in inDL(x, as.logical(local), as.logical(now), ...) :
  unable to load shared object
'C:/Users/Public/Programs/RKWard/R/library/RCurl/libs/i386/RCurl.dll':
  LoadLibrary failure:  The specified procedure could not be found.
</pre>
      </blockquote>
      <pre wrap="">
confirmed. Did this work for you any time in the past? If so, do you have an 
idea, which versions of KDE, RKWard and R you were using?

The issue appears to be that both RKWard, and RCurl link against different 
versions of libeay32.dll. Unfortunately, the two versions appear to be 
incompatible.

The issue would _probably_ go away, if RCurl was built against (and shipped 
with) a more recent libeay32.dll. On the RKWard side, I'm not really sure, 
where the library comes in (this is a split-out from libssl, as far as I 
understand). Perhaps we might be able to avoid the problem by further trimming 
down the libraries that the rkward.rbackend.exe is linked against. Currently, 
this includes kdecore, mostly in order to provide a few translatable strings. 
It probably makes sense to try to trim that down to just QtNetwork and QtCore.

Will not be fixed for the upcoming 0.5.7 release, I fear.

Regards
Thomas
</pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security
threats, fraudulent activity, and more. Splunk takes this data and makes
sense of it. IT sense. And common sense.
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/splunk-d2dcopy2">http://p.sf.net/sfu/splunk-d2dcopy2</a></pre>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
RKWard-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:RKWard-users@lists.sourceforge.net">RKWard-users@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/rkward-users">https://lists.sourceforge.net/lists/listinfo/rkward-users</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>