码迷,mamicode.com
首页 > 其他好文 > 详细

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

时间:2015-06-19 06:47:02      阅读:225      评论:0      收藏:0      [点我收藏+]

标签:configure: error: vtysh needs libreadline but was not found and usable on your system. quagga zebra centos 6.5

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

标签:configure: error: vtysh needs libreadline but was not found and usable on your system. quagga zebra centos 6.5

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!