Hey All,
So far, I'm liking this RoundCube mail client. I would like to know though, what do I need to do to get the LDAP Address Book functionality to work on Debian?
I've got roundcube working, but each attempt to use the LDAP Directory search results in an error in /var/www/roundcube/log/errors that says :
[30-Mar-2006 21:15:58 -0500] LDAP Error: No ldap support in this installation of php. in on line 0
I've installed libapache2-mod-php4 and php4-ldap from the debian repositories.
I've also used pear to download and install DB_ldap2 and Net_ldap (both beta versions) and I still get this error.
I've looked at the file program/include/rcube_ldap.inc and the error is generated by line :47 that says :
if (!function_exists('ldap_connect'))
raise_error(array("type" => "ldap",
"message" => "No ldap support in this
installation of php."), TRUE);
I don't know PHP at all or I'd be able to help here, but I'm lost. How can I make that function exist?