Hello all,<br><br>I am attempting to use strongSwan 4.5.0 as an IKEv2 client which uses EAP-MSCHAPv2 for authentication. When building from sources I have used the following command:<br>./configure --enable-md4 --enable-eap-mschapv2<br>

<br>However, during the IKEv2 negotiation I get the following error:<br>EAP-MS-CHAPv2 failed, no MD4 hasher available.<br><br>For testing, strongswan.conf was changed to contain the following line:<br>load = aes des sha1 sha2 md4 md5 pem pkcs1 gmp random x509 revocation hmac xcbc stroke kernel-netlink fips-prf eap-mschapv2 updown<br>

<br>Executing charon resulted in the following error:<br>root@XUbuntu9:/usr/local/libexec/ipsec# ./charon<br>00[DMN] Starting IKEv2 charon daemon (strongSwan 4.5.0)<br>00[LIB] plugin 'md4' failed to load: /usr/libexec/ipsec/plugins/libstrongswan-md4.so: cannot open shared object file: No such file or directory<br>

<br>What am I doing wrong?<br><br>Thanks & Regards,<br>Matt<br>