今天配置一台server的php支持curl的时候, 出现如下报错

checking for cURL in default path... not found
configure: error: Please reinstall the libcurl distribution -
easy.h should be in /include/curl/

其实就是curl的dev包没有安装, 解决方案:
终端下

# yum -y install curl-devel

可以

 

configure: error: Cannot find ldap.h

编译 php

configure: error: Cannot find ldap.h

安装 :

yum install openldap

yum install openldap-devel