kunpengweb
故障排除
更新时间:2020/03/19 GMT+08:00
问题一:在使用./configure的时候,报错“Can not include OpenSSL headers files.”。
现象描述:
在执行"./configure"时出现如下问题。
可能原因:
OpenSSL未安装。
处理步骤:
执行如下命令,安装OpenSSL。
yum install openssl openssl-devel -y
父主题: 移植Keepalived
