执行./configure --prefix=/usr/local/keepalived时报错:configure: error: Popt libraries is required
出现此错误的原因:未安装popt的开发包
解决方法:
yum install popt-devel
安装好popt的开发包。重新./configure
即可。
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »
出现此错误的原因:未安装popt的开发包
解决方法:
yum install popt-devel
安装好popt的开发包。重新./configure
即可。
当前页面是本站的「Google AMP」版。查看和发表评论请点击:完整版 »