ID: 10777 Updated by: sniper Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Closed Bug Type: LDAP related Operating system: PHP Version: 4.0.5 Assigned To: Comments: Fixed in CVS. Fix will be in PHP 4.0.6. --Jani Previous Comments: --------------------------------------------------------------------------- [2001-05-10 03:12:01] [EMAIL PROTECTED] ext/ldap/config.m4 looks for and adds the library required for the Netscape LDAP SDK (such as ldapssl41); the script also includes the runtime path for the LDAP library. Unfortunately, in the case of SDK 4.1 (ldapssl41) the associated libraries (nspr3, plc3 and plds3) are NOT linked. If you run ldd against the resultant PHP binary, the compile-time linker has already discovered this dependency and added the missing libraries - but because they were not explicitly linked the runtime path is missing so the libraries are not found when PHP executes. The fix is to also explicitly link the missing three libraries (in addition to ldapssl41). --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=10777&edit=2 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]