<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#CCCCFF" text="#000000">
    Thank you.<br>
    I don't quite understand on "as by default it is linked
    dynamically". Do you mean that strongswan needs this libcurl.so when
    "curl" plugin is loaded at runtime? If so, then where should this
    libcurl.so be located at run time, e.g. as a part of all other
    strongswan's .so file location?<br>
    <pre wrap="">But you'll need a dynamic CURL library (libcurl.so), as by
default it is linked dynamically.</pre>
    We see the following. <br>
    <pre wrap="">./INSTALL_STAGE/curl-7.25.0/usr/local/lib/libcurl.so

</pre>
    On 5/25/2012 5:26 AM, Martin Willi wrote:
    <blockquote cite="mid:1337937965.2216.7.camel@martin" type="cite">
      <pre wrap="">Hi,

</pre>
      <blockquote type="cite">
        <pre wrap="">How do we specify how to find the library for curl (libcurl.a)? I dont
think it is --lib
</pre>
      </blockquote>
      <pre wrap="">
"./configure --help" says:

</pre>
      <blockquote type="cite">
        <pre wrap="">LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
            nonstandard directory <lib dir>
</pre>
      </blockquote>
      <pre wrap="">
Setting LDFLAGS=-L./INSTALL_STAGE/curl-7.25.0/usr/lib during ./configure
should work. But you'll need a dynamic CURL library (libcurl.so), as by
default it is linked dynamically.

Regards
Martin

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