Thanx.

What I am asking is how do I 'enable' LDAP in my PHP binary, provided I
can't run the CONFIGURE script. Also, what is the "default path" for the
LDAP libraries?

- Venkat

>>> <[EMAIL PROTECTED]> 21/02/2002 15:00:55 >>>
On Thu, Feb 21, 2002 at 02:14:35AM -0700, Venkat Raghavan wrote:
> Again, it's we folks porting PHP onto NetWare.
> 
> Is it necessary that the LDAP extension has to be a separate binary?

No.

> Can we build it into PHPLIB itself? If so, how do we enable LDAP,
> considering we can't run the CONFIGURE script on NetWare
(--with-ldap)?

$ ./configure --with-ldap

enables the check for the ldap-libraries (libldap.so, liblber.so) and
the
ldap headers. 

If those libs aren't installed in the default path you can specify them
with
the --with-ldap switch:

$ ./configure --with-ldap=/opt/novell/

if they are located in

/opt/novell/lib/
/opt/novell/include/


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to