Re: [strongSwan] Missing something on the first step

2009-06-19 Thread Paul Hoffman
At 10:15 AM +0200 6/18/09, Andreas Steffen wrote: ./configure --prefix=/usr --sysconfdir=/etc ...other options Thanks, this works fine on Ubuntu 9.04. --Paul Hoffman, Director --VPN Consortium ___ Users mailing list Users@lists.strongswan.org

[strongSwan] Configuring with --enable-http seems broken

2009-06-19 Thread Paul Hoffman
# ./configure --enable-http configure: WARNING: unrecognized options: --enable-http checking for a BSD-compatible install... /usr/bin/install -c . . . Yet --enable-http is what the INSTALL file says is needed for fetching CRLs over HTTP. Has this been replaced by --enable-curl? --Paul Hoffman,

Re: [strongSwan] Configuring with --enable-http seems broken

2009-06-19 Thread Andreas Steffen
Yes, the current option is --enable-curl. For a list of all available options, see http://wiki.strongswan.org/wiki/strongswan/Autoconf Best regards Andreas Steffen Paul Hoffman wrote: # ./configure --enable-http configure: WARNING: unrecognized options: --enable-http checking for a

Re: [strongSwan] Finding those libs

2009-06-19 Thread Andreas Steffen
Hello Paul, with the --enable-curl option the following ubuntu packages are required: libcurl3, libcurl3-gnutls, and libcurl3-gnutls-dev With --enable-openssl (required only if you want to use ECP DH groups or ECDSA signatures), the following packages are required: libssl0.9.8, libssl-dev

Re: [strongSwan] Finding those libs

2009-06-19 Thread Paul Hoffman
Thanks! For the record, to build the current Strongswan under Ubuntu 9.04 server with HTTP and Openssl, I do the following: sudo apt-get install build-essential sudo apt-get install libgmp3-dev sudo apt-get install libcurl3-gnutls-dev sudo apt-get install libssl-dev ./configure --prefix=/usr