当前位置:Gxlcms > PHP教程 > 编译php出错Pleasereinstallthelibcurldistribution

编译php出错Pleasereinstallthelibcurldistribution

时间:2021-07-01 10:21:17 帮助过:19人阅读

编译php报错Please reinstall the libcurl distribution

让server服务器的php环境支持curl的时候, 在编译时出现如下报错

?

configure: error: Please reinstall the libcurl distribution -

?

是curl的dev包没有安装, 解决方案:


yum -y install curl-devel

人气教程排行