在编译php的时候,报错:
checking for cURL 7.15.5 or greater… configure: error: cURL version 7.15.5
解决方法:
[root@localhost ~]# yum -y install curl-devel
在重新编译就ok
编译php报错checking for cURL 7.15.5 or greater... configure: error: cURL version 7.15.5
原文:https://www.cnblogs.com/Bathing/p/15188378.html