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

Posted zouhong

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了*** WARNING - this build will not support IPVS with IPv6. Please install libnl/libnl-3 dev libraries相关的知识,希望对你有一定的参考价值。

首先到官网下载需要的包: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

到这里就安装完成了!

以上是关于*** WARNING - this build will not support IPVS with IPv6. Please install libnl/libnl-3 dev libraries的主要内容,如果未能解决你的问题,请参考以下文章

WARNING: The Copy Bundle Resources build phase contains this target's Info.plist file 'Info.

npm run build 时的 warning

spring 以Ant Build方式运行build.xml文件,报warning: 'includeantruntime' was not set, defaulting to bu

关于warning: Clock skew detected. Your build may be incomplete. 的解决方法

解决warning: Clock skew detected. Your build may be incomplete

[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platfor