I don't see a ldap section in the output of phpinfo(). I need to add a bit more background information here...
This is not a fresh php install. I've already installed PHP Version 4.3.4. But now I want to add ldap support to it. So I added --with-ldap option in the configure command. Then I did make and make install. However, phpinfo() still shows the old information. For instance, Build Date was Mar 3 2004 11:15:34, Configure Command was the one without --with-ldap, etc.. I removed config.cache before doing configure/make/make install and also restarted the apache server, but nothing helped. Do I need to do anything on the apache server? What did I do wrong? Bing > From: "Bing Du" <[EMAIL PROTECTED]> > >> So my question is how to verify PHP has been installed with ldap >> support? > > <?php phpinfo(); ?> > > And see if there is an ldap section. > > ---John Holmes... > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php