编译php报错checking for cURL 7.15.5 or greater... configure: error: cURL version 7.15.5
时间:2021-08-26 11:48:44
收藏:0
阅读:26
问题复现:
在编译php的时候,报错:
checking for cURL 7.15.5 or greater… configure: error: cURL version 7.15.5
解决方法:
[root@localhost ~]# yum -y install curl-devel
在重新编译就ok
原文:https://www.cnblogs.com/Bathing/p/15188378.html
评论(0)