Hi Jon, > no netkey IPsec stack detected
If you intend to use the native Linux IPsec stack (Netkey), make sure to have the appropriate kernel options enabled [1]. > load file /usr/local/lib/ipsec/plugins/libstrongswan-openssl.so: > libcrypto.so.1.0.0: cannot open shared object file: No such file or > directory Our plugin can't load libcrypto from OpenSSL. Make sure libcrypto.so.1.0.0 is installed at a location your dynamic linker looks at, and your dynamic linker cache is up to date (by running ldconfig). Regards Martin [1]http://wiki.strongswan.org/projects/strongswan/wiki/KernelModules _______________________________________________ Users mailing list [email protected] https://lists.strongswan.org/mailman/listinfo/users
