做类似58类型网站,网站优化需要工具,纯静态网站的用什么cms,淘宝推广引子 在配置strongswan时#xff0c;有时会遇到以下错误#xff08;其实所有需要openssl的软件configure时都有可能遇到该问题#xff09;#xff1a; configure: error: OpenSSL Crypto library not found 解决方法 crypto是什么呢? 是OpenSSL 加密库(lib), 这个库需要op…引子 在配置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