报错提示:configure: error: cURL version 7.15.5 or later is required to compile php with cURL support

或者make时出现下面的错误:

centos7编译curl扩展

解决办法:

首先:yum -y install curl-devel

然后:make&&make install

结束。

相关文章: