I don't think I understand the question. When you do --with-ldap no separate binary is created. The functionality is linked statically into the generated PHP library.
I guess you might be asking if you could just force it to link it in. Of course. Look at ext/ldap/config.m4 where it shows the various constants it defines that configures whether the ldap extension is built or not. In your case, since you apparently can't run ./configure, I would suggest running ./configure --with-ldap on a linux box and seeing what sort of affect this has on your main/php_config.h and simply copying that. -Rasmus On Thu, 21 Feb 2002, 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? > 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)? > > Thanx in advance, > Venkat > > -- > PHP Development Mailing List <http://www.php.net/> > To unsubscribe, visit: http://www.php.net/unsub.php > -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php