标签:configure: error php扩展模块安装出现错误
在执行./configure这一步的时候出现一个错误:configure: error: Please reinstall the libcurl distribution
这是因为你没有安装curl-devel
解决:yum -y install curl-devel,然后重新执行./configure
本文出自 “11165660” 博客,请务必保留此出处http://11175660.blog.51cto.com/11165660/1766456
标签:configure: error php扩展模块安装出现错误
原文地址:http://11175660.blog.51cto.com/11165660/1766456