Re: [PHP] Ldap package.

2001-08-15 Thread Rasmus Lerdorf

Install OpenLDAP (www.openldap.org)

On Thu, 16 Aug 2001, Johan Vikerskog (ECS) wrote:

> I am going to install a LDAP package for my apache-mysql-php web interface.
> The question is.
> What ldap package to use and how to do it.
>
> Is there anything else i should de except for:
> --with-ldap="ldap directory"
>
> Thanks for any help i can get.
>
> //Johan
>
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Ldap package.

2001-08-15 Thread Johan Vikerskog (ECS)

Another problem.
when i try to run the configure for ldap i get the following error message:
checking configure arguments... configure: error: bad value yes for --with-ldbm_module

What is the appropriate configure settings for the ldbm? If i try ti disable it i get 
the message:
backend needed for slapd.

//Johan

-Original Message-
From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED]]
Sent: den 16 augusti 2001 08:10
To: Johan Vikerskog (ECS)
Cc: '[EMAIL PROTECTED]'
Subject: Re: [PHP] Ldap package.


Install OpenLDAP (www.openldap.org)

On Thu, 16 Aug 2001, Johan Vikerskog (ECS) wrote:

> I am going to install a LDAP package for my apache-mysql-php web interface.
> The question is.
> What ldap package to use and how to do it.
>
> Is there anything else i should de except for:
> --with-ldap="ldap directory"
>
> Thanks for any help i can get.
>
> //Johan
>
>
>

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Ldap package.

2001-08-16 Thread Heiko Maiwald

"Johan Vikerskog (ECS)" wrote:

> Another problem.
> when i try to run the configure for ldap i get the following error message:
> checking configure arguments... configure: error: bad value yes for 
>--with-ldbm_module
>
> What is the appropriate configure settings for the ldbm? If i try ti disable it i 
>get the message:
> backend needed for slapd.
>
> //Johan
>

all you need is the option --with-ldap=/usr/local. Of course you have to replace 
'/usr/local'
with the directory where you have installed the openldap package.

Heiko


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]