Hello,
I try to use the LDAP integration on my Roundcoub. But it wont work.
I just uncoment the Verisign example to try it. But I get n Error in my log file.
LDAP Error: No ldap support in this installation of PHP (GET /mail/?_task=addressbook&_action=list&_source=Verisign&_remote=1&_=1264175606806&_unlock=1)
Do i have problems with my PHP? Do i have to install LDAP as an extra plugin?
Thank you for your help..
Justin
Round Cube Version 0.3.1-20091031
Maybe you must build php from sources with ldap support:
./configure --with-ldap (and other options you need)
make
make install
hmm that could be posible,
i just extracted the files on my webspace and run the installer webpage. I dont have any access to the hosting server.. only FTP access...
Do i have any other oprotunities to build the php sources?
Umm, i don't think so.
Tell your provider to install php from sources or install some RPM with php and ldap support.