首页 > 学院 > 开发设计 > 正文

quagga 1.2.0 configure提示错误 No package 'libcares' found

2019-11-06 06:49:22
字体:
来源:转载
供稿:网友

./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/


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表