configure: error: Please reinstall the libcurl distribution

通过phpize安装curl时,提示configure: error: Please reinstall the libcurl distribution

解决办法:

安装curl的dev安装包

[root@linux curl]# yum -y install curl-devel

 

你可能感兴趣的:(Install)