|
|
使用如下方式安装:
pacman -S apache php libldap phpldapadmin
1. apache可以正常启动,访问http://localhost/phpldapadmin/提示修改 /srv/http/phpldapadmin/config/config.php文件,于是乎修改之
2. 重启apache正常启动,访问访问[http://localhost/phpldapadmin/,提示
Missing required extension
Your install of PHP appears to be missing LDAP support.
Please install LDAP support before using phpLDAPadmin.
(Dont forget to restart your web server afterwards)
请问我还少什么包没有安装? |
|