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/

> Venkat

  Jan

-- 
mailto: [EMAIL PROTECTED]     weigon @ #php.de (IRCnet)
 http://jan.kneschke.de     weigon @ #modlogan (openprojects)

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

Reply via email to