PHP Problems After CustomBuild Update

roarkh

Verified User
Joined
Aug 30, 2005
Messages
139
Location
Bellingham, WA
I just used the CustomBuild command "./build update versions" to update my directadmin box and all of the sudden some of my php scripts have stopped working, specifically I am getting this error when trying to access one of the scripts on my server (it was working fine before the update)...
Code:
Call to undefined function ldap_connect() in /home/<removed>/domains/<removed>/private_html/addressbook.php on line 62

Has something changed in the version of PHP that DirectAdmin that affects querying LDAP Servers?
 
Last edited:
The problem is solved, I added the "--with-ldap" directive to the php config file and recompiled.
 
Last edited:
Thanks for your help, I did come across information about creating a custom comfiguration folder in the CustomBuild FAQ and that is how I did it.
 
Back
Top