configure: error: Please reinstall the libcurl distribution -
easy.h should be in /include/curl/
其实就是curl的dev包没有安装, 解决方案:
# yum -y install curl-devel
再重新编译OK。
转载于:https://blog.51cto.com/duanpan/1791543
本文介绍了解决在编译过程中遇到的curl-devel缺失问题的方法。通过使用yum命令安装curl-devel包,可以有效解决因缺少easy.h文件导致的configure错误。
configure: error: Please reinstall the libcurl distribution -
easy.h should be in /include/curl/
其实就是curl的dev包没有安装, 解决方案:
# yum -y install curl-devel
再重新编译OK。
转载于:https://blog.51cto.com/duanpan/1791543
736
535

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