侧边栏壁纸
博主头像
落叶人生博主等级

走进秋风,寻找秋天的落叶

  • 累计撰写 130562 篇文章
  • 累计创建 28 个标签
  • 累计收到 9 条评论
标签搜索

目 录CONTENT

文章目录

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

2022-07-02 星期六 / 0 评论 / 0 点赞 / 124 阅读 / 1017 字

Centos 6.5 下安装 quagga-0.99.22 时遇到如下提示./configure --prefix=/usr/local/zebra --enable-vtysh --enable-u

.

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






.

广告 广告

评论区