编译 php
configure: error: Cannot find ldap.h
安装 :
yum install openldap
yum install openldap-devel
解决PHP编译ldap.h缺失问题
本文介绍了解决在CentOS系统上编译PHP时遇到的'configure:error:Cannotfindldap.h'错误的方法。通过安装openldap及openldap-devel包来确保编译过程中能够找到所需的ldap.h头文件。
编译 php
configure: error: Cannot find ldap.h
安装 :
yum install openldap
yum install openldap-devel

被折叠的 条评论
为什么被折叠?