Keepalived stable tarball

Posted 我思故我在我有我精彩--liangqihui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Keepalived stable tarball相关的知识,希望对你有一定的参考价值。

Keepalived stable tarball

首先到官网下载需要的包: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的主要内容,如果未能解决你的问题,请参考以下文章

离线安装docker(RedHat7.4)

如何使用 cURL 从 GitHub 下载 tarball?

在 Linux 上使用 tarball

GitHub Api 下载 zip 或 tarball 链接

sh 将文件系统备份到当前目录为压缩tarball

Ubuntu16.04使用Tarball安装ntp