首页 > 代码库 > Keepalived stable tarball

Keepalived stable tarball

Keepalived stable tarball

  • Keepalived for Linux - Version 1.3.5 - March 19, 2017
  • Keepalived for Linux - Version 1.3.4 - Feb 18, 2017
  • Keepalived for Linux - Version 1.3.3 - Feb 14, 2017
  • Keepalived for Linux - Version 1.3.2 - Nov 26, 2016
  • Keepalived for Linux - Version 1.3.1 - Nov 21, 2016
  • Keepalived for Linux - Version 1.3.0 - Nov 20, 2016
  • Keepalived for Linux - Version 1.2.24 - Sept 11, 2016
  • Keepalived for Linux - Version 1.2.23 - July 11, 2016
  • Keepalived for Linux - Version 1.2.22 - June 13, 2016
  • Keepalived for Linux - Version 1.2.21 - May 29, 2016
  • Keepalived for Linux - Version 1.2.20 - April 02, 2016
  • Keepalived for Linux - Version 1.2.19 - July 07, 2015
  • Keepalived for Linux - Version 1.2.18 - June 30, 2015
  • Keepalived for Linux - Version 1.2.17 - May 31, 2015
  • Keepalived for Linux - Version 1.2.16 - March 31, 2015
  • Keepalived for Linux - Version 1.2.15 - December 21, 201

首先到官网下载需要的包:http://www.keepalived.org/download.html

 
[root@localhost local]# tar -zxvf /tmp/keepalived-1.3.5.tar.gz

[root@localhost local]# cd keepalived-1.3.5/

[root@localhost keepalived-1.3.5]# ./configure --prefix=/usr/local/keepalived

然后系统出现警告:

*** WARNING - this build will not support IPVS with IPv6. Please install libnl/libnl-3 dev libraries to support IPv6 with IPVS.

[root@localhost keepalived-1.3.5]# yum -y install libnl libnl-devel

安装完以后重新执行configure

这次出现错误:

configure: error: libnfnetlink headers missing

[root@localhost keepalived-1.3.5]# yum install -y libnfnetlink-devel

重新执行configure

技术分享

 

现在进行编译:

[root@localhost keepalived-1.3.5]# make && make install

到这里就安装完成了!

 

Keepalived stable tarball