./configure quagga 1.2.0版本出现如下错误j:
configure: error: Package requirements (libcares) were not met:
No package 'libcares' foundConsider adjusting the PKG_CONFIG_PATH environment variable if youinstalled software in a non-standard PRefix.Alternatively, you may set the environment variables CARES_CFLAGSand CARES_LIBS to avoid the need to call pkg-config.See the pkg-config man page for more details.
解决方法:
下载c-ares-1.12.0.tar.gz
./configure
make
make install
cp libcares.pc /usr/lib/pkgconfig/
新闻热点
疑难解答