今天在centos 6.2 64位版本上安装LNMP,config php的时候出现下面错误而退出

configure: error: Cannot find ldap libraries in /usr/lib

解决办法:

cp -frp /usr/lib64/libldap* /usr/lib/


然后再./configure ...即可

相关文章:

  • 2021-07-02
  • 2022-12-23
  • 2021-09-07
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
  • 2021-12-15
  • 2021-06-14
相关资源
相似解决方案