<div dir="ltr">Hi,<div><br></div><div>could you please advise what am I missing here, in order to enable the vici plugin,<br><div><div><br></div><div>I am cross compiling the charon daemon (version 5.6.2) to be loaded and executed on a mips platform.</div><div><br></div><div>My configure options are:</div><div>            --host=$TARGET --enable-openssl --disable-gmp --enable-monolithic \<br>            --prefix=/ --sysconfdir=/etc <br></div><div><br></div><div>in the configure log /source/config.log I notice the vici plugin is enabled<br>charon_plugins=' aes des rc2 sha2 sha1 md5 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey pem openssl fips-prf curve25519 xcbc cmac hmac attr kernel-netlink resolve socket-default stroke vici updown xauth-generic counters'<br></div><div>...</div><div>configure:29605: result:<br>configure:29607: result:  strongSwan will be built with the following plugins<br>configure:29609: result: -----------------------------------------------------<br>configure:29612: result: libstrongswan: aes des rc2 sha2 sha1 md5 random nonce x509 revocation constraints pubkey pkcs1 pkcs7 pkcs8 pkcs12 pgp dnskey sshkey pem openssl fips-prf curve25519 xcbc cmac hmac<br>configure:29614: result: libcharon:     attr kernel-netlink resolve socket-default stroke vici updown xauth-generic counters<br></div><div><br></div><div>But, when I execute charon I don't see vici being listed as one of the active plugins,</div><div><br></div><div>/ #./charon &<br>/ # 00[DMN] Starting IKE charon daemon (strongSwan 5.6.2, Linux 3.10.104, mips)<br>00[CFG] loading ca certificates from '/etc/ipsec.d/cacerts'<br>00[CFG] loading aa certificates from '/etc/ipsec.d/aacerts'<br>00[CFG] loading ocsp signer certificates from '/etc/ipsec.d/ocspcerts'<br>00[CFG] loading attribute certificates from '/etc/ipsec.d/acerts'<br>00[CFG] loading crls from '/etc/ipsec.d/crls'<br>00[CFG] loading secrets from '/etc/ipsec.secrets'<br>00[LIB] loaded plugins: charon aes des rc2 sha2 sha1 md5 random nonce x509 revocation constraints pubkey pkcs1 pgp dnskey sshkey pem fips-prf xcbc hmac attr kernel-netlink resolve<br>socket-default stroke updown xauth-generic<br></div><div><br></div><div>and trying to use swanctl fails (as expected) due to vici plugin absence</div><div># ./swanctl --stats &<br># connecting to 'unix:///var/run/charon.vici' failed: No such file or directory<br>Error: connecting to 'default' URI failed: No such file or directory<br>strongSwan 5.6.2 swanctl<br>usage:<br>  swanctl --stats [--raw|--pretty]<br>           --help            (-h)  show usage information<br>           --raw             (-r)  dump raw response message<br>           --pretty          (-P)  dump raw response message in pretty print<br>           --debug           (-v)  set debug level, default: 1<br>           --options         (-+)  read command line options from file<br>           --uri             (-u)  service URI to connect to<br></div></div></div><div><br></div><div>Thanks,</div><div>Guy.</div></div>