qugga源码安装
下载源码
https://github.com/Quagga/quagga/releases/download/quagga-1.2.4/quagga-1.2.4.tar.gz
解压 tar -zxvf quagga-1.2.4.tar.gz
cd quagga-1.2.4
sudo ./configure
错误处理
- 如果报错:configure: error: vtysh needs libreadline but was not found and usable on your system.
处理:sudo yum install readline-devel
- 如果报错:configure: error: Package requirements (libcares) were not met:
Package ‘libcares’, required by ‘virtual:world’, not found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables CARES_CFLAGS
and CARES_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details


1864

被折叠的 条评论
为什么被折叠?



