Hello, I have PHP 4 (+apache 1.3 and MySQL4 - I know, outdated) installed on my Debian server. Unfortunately, I did not install it and I am very inexperienced with configuring PHP. What I need is to reconfigure it with LDAP installed. On php.net it states:
LDAP support in PHP is not enabled by default. You will need to use the --with-ldap[=DIR] configuration option when compiling PHP to enable LDAP support.
Seems pretty straightforward, but PHP is already configured...how would I go about reconfiguring it with this option enabled, and without messing anything existing up? Thanks.


