problems to connect to ldap server: Fatal error: Call to undefined function ldap_connect()
Norberto Bensa
nbensa at gmail.com
Wed Mar 11 10:30:41 UTC 2009
On Tue, Mar 10, 2009 at 9:38 PM, Dámaris Suárez Corrales
<dhamaris at gmail.com> wrote:
>
> I didn't found that line, but i wrote this command:
>
> extension = mod_ldap.so
maybe you want: extension = ldap.so
>
> The problem maybe is the order in which i installed things. Who goes first? slapd? or apache and php?
There's no order. apt resolves dependencies. It sees you don't have
php5-ldap and it installs it.
>
> Before re-installing apache2 and php5, when i put /localhost/phpldapadmin in the web browser, it showed me:
>
> Missing required extension
> Your install of PHP appears to be missing LDAP support
> Please install LDAP support before using phpLDAPadmin.
>
> But now is even worse, because it shows:
>
> The requested URL /phpldapadmin was not found on this server.
There should be a link in /etc/apache2/conf.d/phpldapadmin to
/etc/phpldapadmin/apache.conf
If it is not there, try to make one.
More information about the ubuntu-users
mailing list