I want to onstall php with ldap support and apache. Are the following steps ok?
tar -zxvf apache* cd apache* ./configure --prefix=/var/www --enable module=so make && make install tar -zxvf php* cd php* ./configure --with-mysql --with-ldap --with-apxs=/var/www/bin/apxs make && make install cp php.ini-dist /usr/local/lib/php.ini are these steps enough for the php to support ldap? Thanks for your time, __________________________________ John Lazos Koutoudis Consulting. L. Amfitheas 70 Tel. +30 (010) 9846880 -- PHP Install Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php