OK, finally, we're on track. Out of the options you gave, the correct one is (a). And when I do phpinfo(), I don't see LDAP. That's why I asked what else I need to do in the code / build process to 'enable' LDAP.
Thanx again, Venkat >>> <[EMAIL PROTECTED]> 21/02/2002 16:34:11 >>> 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 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php