php扩展模块安装出现错误
在执行./configure这一步的时候出现一个错误:configure: error:Please reinstall the libcurl distribution
这是因为你没有安装curl-devel
解决:yum -y install curl-devel,然后重新执行./configure
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。
在执行./configure这一步的时候出现一个错误:configure: error:Please reinstall the libcurl distribution
这是因为你没有安装curl-devel
解决:yum -y install curl-devel,然后重新执行./configure
声明:本站所有文章资源内容,如无特殊说明或标注,均为采集网络资源。如若本站内容侵犯了原著者的合法权益,可联系本站删除。