[Solved] PHP Compile Error: checking for cURL 7.15.5 or greater… configure: error: cURL version 7.15.5

Problem recurrence:

When compiling PHP, an error is reported:
checking for curl 7.15.5 or greater… Configure: error: curl version 7.15.5

Solution:

[ root@localhost ~]# yum -y install curl-devel

Just recompile

Similar Posts: