编译curl错误:“configure: error: c-ares library defective or too old”
交叉编译curl的时候,出现如下错误:
checking that c-ares is good and recent enough... no
configure: error: c-ares library defective or too old
make[1]: *** [all] Error 1
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
官方关于编译的说明:How to build libcurl with ares support
网友的编译说明:
板子中交叉编译
用arm-linux-gcc交叉编译 openssl zlib curl
c-ares 有问题