<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#CCCCFF" text="#000000">
    Thank You.<br>
    Unfortunately, our linux version is for running real-time sw and we
    do not have all kernel modules. Looking at ours now, we do not have
    "ldconfig"... <br>
    <br>
    The libexec/ipsec/plugins have all strongswan-*.so plugins and they
    are being loaded properly. I'm a bit confused why these
    strongswan-*.so can be loaded but not the libcurl.so?<br>
    <br>
    On 5/31/2012 2:52 AM, Martin Willi wrote:
    <blockquote cite="mid:1338447157.2205.2.camel@martin" type="cite">
      <pre wrap="">Hi,

</pre>
      <blockquote type="cite">
        <pre wrap="">I have libcurl.so in the libexec/ipsec/plugins directory.
</pre>
      </blockquote>
      <pre wrap="">
Your dynamic linker probably doesn't look for libraries, there. All the
libstrongswan-* plugins are not loaded implicitly by the linker, but by
dlopen().

</pre>
      <blockquote type="cite">
        <pre wrap="">Any reason why it is failing to load? I tried to put libcurl.so in
/usr/lib, /lib but no difference in the error.
</pre>
      </blockquote>
      <pre wrap="">
Have you upgraded your ld cache using ldconfig? man ldconfig for
details...

Regards
Martin

</pre>
    </blockquote>
  </body>
</html>