小网站文案,动漫设计工作室网站制作公司,微信如何做微商城网站建设,网站栏目变了怎么做跳转引子 在配置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