首页 > 其他 > 详细

Cent OS 6.5 下安装Quagga 报错 vtysh needs libreadline

时间:2015-06-19 06:44:29      阅读:2951      评论:0      收藏:0      [点我收藏+]

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






本文出自 “lihongweibj” 博客,请务必保留此出处http://lihongweibj.blog.51cto.com/6235038/1663360

Cent OS 6.5 下安装Quagga 报错 vtysh needs libreadline

原文:http://lihongweibj.blog.51cto.com/6235038/1663360

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!