美文网首页
openssl和openssl-devel源码编译安装

openssl和openssl-devel源码编译安装

作者: ppyy_power | 来源:发表于2019-04-13 15:27 被阅读0次
keepalived安装过程中提示没有安装openssl
!!! OpenSSL is not properly installed on your system. !!!
  !!! Can not include OpenSSL headers files.
openssl安装方式是:./config --prefix;make && make install依然提示没有安装openssl。

openssl-1.1.0j.tar.gz下载地址
后来参考这篇文章
1../config shared zlib
2.提醒需要在build之前做make depend
make depend
3.make && make install
4.keepalived可以正常安装
注意:通过这种安装方式,openssl和openssl-devel都将会被安装

相关文章

网友评论

      本文标题:openssl和openssl-devel源码编译安装

      本文链接:https://www.haomeiwen.com/subject/wozlwqtx.html