Re: [PHP] how to verify PHP has been installed with ldap?

2004-04-30 Thread Bing Du
Yes, I did. phpinfo() just does not reflect reinstall at all. Here is the sequence of my operations. 1. remove config.cache 2. ./configure --with-apxs=/usr/local/apache/bin/apxs --with-config-file-path=/usr/local/apache --with-mysql --with-zlib --with-ldap 3. make 4. make install 5.

Re: [PHP] how to verify PHP has been installed with ldap?

2004-04-30 Thread Evan Nemerson
Are you root when you make install? Follow the directions in Curt's e-mail On Friday 30 April 2004 08:11 am, Bing Du wrote: Yes, I did. phpinfo() just does not reflect reinstall at all. Here is the sequence of my operations. 1. remove config.cache 2. ./configure

Re: [PHP] how to verify PHP has been installed with ldap?

2004-04-29 Thread John W. Holmes
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

Re: [PHP] how to verify PHP has been installed with ldap?

2004-04-29 Thread Bing Du
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

Re: [PHP] how to verify PHP has been installed with ldap?

2004-04-29 Thread Curt Zirzow
* Thus wrote Bing Du ([EMAIL PROTECTED]): 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

Re: [PHP] how to verify PHP has been installed with ldap?

2004-04-29 Thread Evan Nemerson
Or... did you restart apache after running your make install? If not, that might be a good idea... `/path/to/apachectl restart` On Thursday 29 April 2004 04:00 pm, Curt Zirzow wrote: * Thus wrote Bing Du ([EMAIL PROTECTED]): I don't see a ldap section in the output of phpinfo(). I need to