I am not talking about compiling PHP on an Unix platform. What we are doing is porting PHP onto NetWare.
We have PHP built along with LDAP, since we want it as part of the standard package. So, we just want to know how to make PHP 'aware' that LDAP functionality is built in, since we're not using the standard configure script way. And we don't need to set the path also since that is already taken care of in our build process. I hope this is clear. - Venkat >>> <[EMAIL PROTECTED]> 21/02/2002 15:52:23 >>> On Thu, Feb 21, 2002 at 02:42:16AM -0700, Venkat Raghavan wrote: > 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? You can not run the ./configure script of the php source package ? That means that you can't even compile php ? There is no real default path for the ldap-libs as they are vendor supplied. OpenLDAP installs to /usr/lib/libldap.so Sun installs to /usr/lib/libldap.so on Solaris NetScape installs to /usr/local/netscape/ ... Novell ? -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php