php扩展模块安装出现错误
更新:HHH   时间:2023-1-7


在执行./configure这一步的时候出现一个错误configure: error: Please reinstall the libcurl distribution 

这是因为你没有安装curl-devel

解决:yum -y install curl-devel,然后重新执行./configure

返回web开发教程...