已解决
strongswan:configure: error: OpenSSL Crypto library not found
来自网友在路上 173873提问 提问时间:2023-11-05 08:21:45阅读次数: 73
最佳答案 问答题库738位专家为你答疑解惑
引子
在配置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
查看全文
99%的人还看了
相似问题
猜你感兴趣
版权申明
本文"strongswan:configure: error: OpenSSL Crypto library not found":http://eshow365.cn/6-32545-0.html 内容来自互联网,请自行判断内容的正确性。如有侵权请联系我们,立即删除!