Home > Article > Backend Development > 编译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