I'm posting this to the install help forum, however I'm not sure that this is actually an install probelm. I'm running apache with a freshly compiled php 4.2.2 and OpenLDAP 2.0.25. My compile of PHP went fine. I used the --with-ldap option and it seemed to find all the OpenLDAP libs. Running phpinfo() confirms that LDAP is enabled and that it is finding the OpenLDAP stuff. The problem is that non of the LDAP functions seem to work. More specifically the ldap_connect() function returns nothing and will not connect to our LDAP server. The same script on a different web server of ours works fine. Any ideas? I am now in the process of trying to recompile with --with-ldap=shared to see if that makes any difference. Thanks for any help you can provide
-patrick