14.5. keepalived常见问题汇总
- Date:
2018-10
命令 ./configure 报错:
1checking for sys/time.h... yes
2checking openssl/ssl.h usability... no
3checking openssl/ssl.h presence... no
4checking for openssl/ssl.h... no
5configure: error:
6!!! OpenSSL is not properly installed on your system. !!!
7!!! Can not include OpenSSL headers files. !!!
解决办法:
1[root@lvs_01 keepalived-1.1.19]# yum install openssl openssl-devel -y