cd /usr/local/src
wget -c http://www.keepalived.org/software/keepalived-1.4.4.tar.gz
tar -zxvf keepalived-1.4.4.tar.gz
cd keepalived-1.4.4/
./configure --prefix=/usr/local/keepalived
发现异常
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/usr/local/src/keepalived-1.4.4':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
安装gcc
yum install gcc
发现异常
...
checking for pipe2... yes
checking whether ETHERTYPE_IPV6 is declared... yes
checking openssl/ssl.h usability... no
checking openssl/ssl.h presence... no
checking for openssl/ssl.h... no
configure: error:
!!! OpenSSL is not properly installed on your system. !!!
!!! Can not include OpenSSL headers files. !!!