Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--enable-tools NO longer valid in strongSwan 5.3.5 #12

Closed
terrywang opened this issue Feb 24, 2016 · 1 comment
Closed

--enable-tools NO longer valid in strongSwan 5.3.5 #12

terrywang opened this issue Feb 24, 2016 · 1 comment

Comments

@terrywang
Copy link

I came across your article when trying to compile the latest strongswan (5.3.5 at the moment) as the package in Ubuntu 14.04 LTS is a bit out-dated (5.1.2) and does not have the swanctl CLI tool introduced in 5.2.0.

Your article did help me to figure out the autoconf options to compile strongswan with needed plugins, thanks for that ;-D

Just want to point out that --enable-tools is no longer valid option for 5.3.5. Not exactly sure what it is but I reckon it is replaced by --enable-swanctl as per Autoconf options for the most current strongSwan release

configure: WARNING: unrecognized options: --enable-tools

You may want to update the install script.

Anyway, I compiled 5.3.5 from source using the following autoconf configurations and it worked fine so far.

cd /path/to/strongswan-5.3.5

./configure --prefix=/usr --sysconfdir=/etc --enable-eap-identity --enable-eap-md5 \
--enable-eap-mschapv2 --enable-eap-tls --enable-eap-ttls --enable-eap-peap  \
--enable-eap-tnc --enable-eap-dynamic --enable-eap-radius --enable-xauth-eap  \
--enable-xauth-pam  --enable-dhcp  --enable-openssl  --enable-addrblock --enable-unity  \
--enable-certexpire --enable-radattr --enable-openssl --disable-gmp --enable-swanctl

make -j $(nproc)

make install

High recommend this article for anyone who wants to set up their own IPsec VPN using strongSwan.

https://raymii.org/s/tutorials/IPSEC_vpn_with_CentOS_7.html

@terrywang terrywang changed the title --enable-tools NO longer valid --enable-tools NO longer valid in strongSwan 5.3.5 Feb 24, 2016
@quericy
Copy link
Owner

quericy commented Mar 16, 2016

Thanks a lot.
I'll update it to the dev branch.

@quericy quericy closed this as completed Jul 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants