[strongSwan] configuration error when trying to use --enable-curl

Martin Willi martin at strongswan.org
Fri May 25 11:26:05 CEST 2012


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





More information about the Users mailing list