CentOS6.5下安装Quagga报错vtyshneedslibreadline
Centos 6.5 下安装 quagga-0.99.22 时遇到如下提示
为龙南等地区用户提供了全套网页设计制作服务,及龙南网站建设行业解决方案。主营业务为网站设计、成都网站制作、龙南网站设计,以传统方式定制建设网站,并提供域名空间备案等一条龙服务,秉承以专业、用心的态度为用户提供真诚的服务。我们深信只要达到每一位用户的要求,就会得到认可,从而选择与我们长期合作。这样,我们也可以走得更远!
./configure --prefix=/usr/local/zebra --enable-vtysh --enable-user=root --enable-group=root --enable-vty-group=root
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
..................................
checking for tputs in -ltermcap... yes
checking for main in -lreadline... no
configure: error: vtysh needs libreadline but was not found and usable on your system.
解决方法:
yum install -y readline-devel
文章名称:CentOS6.5下安装Quagga报错vtyshneedslibreadline
文章网址:http://ybzwz.com/article/gidgih.html