引子
在配置strongswan时,有时会遇到以下错误(其实所有需要openssl的软件configure时都有可能遇到该问题):
configure: error: OpenSSL Crypto library not found
解决方法
crypto是什么呢? 是OpenSSL 加密库(lib), 这个库需要openssl-devel包 ,在ubuntu中就是 libssl-dev 。
Centos平台
yum -y install openssl-devel
Debian ,ubunu 平台
apt install libssl-dev