On Thu, Feb 21, 2002 at 03:44:07AM -0700, Venkat Raghavan wrote: > 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.
Ok, this is a different situation. Let's summarize: - PHP is already built successfully on your NetWare Something that is not clear yet: - (a) the ldap-extension is compiled into the php-binary itself, - (b) the ldap-extension is compiled standalone as a seperated binary - (c) I'm missed to the whole point again. for (a) use <?php phpinfo(); ?> check if php is aware of it ldap support for (b) load the extension with dl() and call <?php phpinfo(); ?> afterwards > - 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