您好,欢迎访问一九零五行业门户网

编译php出错Please reinstall the libcurl distribution

编译php报错please reinstall the libcurl distribution
让server服务器的php环境支持curl的时候, 在编译时出现如下报错
?
configure: error: please reinstall the libcurl distribution -
?
是curl的dev包没有安装, 解决方案:
yum -y install curl-devel
其它类似信息

推荐信息