Thank you.
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?

But you'll need a dynamic CURL library (libcurl.so), as by
default it is linked dynamically.

We see the following.

./INSTALL_STAGE/curl-7.25.0/usr/local/lib/libcurl.so


On 5/25/2012 5:26 AM, Martin Willi wrote:
Hi,

How do we specify how to find the library for curl (libcurl.a)? I dont
think it is --lib
"./configure --help" says:

LDFLAGS     linker flags, e.g. -L<lib dir>  if you have libraries in a
             nonstandard directory<lib dir>
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

_______________________________________________
Users mailing list
[email protected]
https://lists.strongswan.org/mailman/listinfo/users

Reply via email to