To manually build StrongSwan, I use the following wget http://download.strongswan.org/strongswan.tar.bz2 tar xjvf strongswan.tar.bz2; cd strongswan* ./configure --prefix=/usr --sysconfdir=/etc \ --enable-systemd --enable-swanctl \ --disable-charon --disable-stroke --disable-scepclient \ --enable-eap-identity --enable-eap-mschapv2 --enable-md4 \ --enable-eap-tls --enable-eap-dynamic \ --enable-curl --enable-gcm --enable-openssl make make install
<http://www.naimuri.com/> > On 8 May 2018, at 10:33, Marco Berizzi <[email protected]> wrote: > > Hello everyone, > > I have compiled strongswan on slackware linux with: > > --disable-stroke > > and the starter is not builded anymore. > > Slackware is one the the few distro which is > not (yet) systemd based. > > Which is the correct way to start strongswan > without 'ipsec start' ? >
