https://issues.apache.org/bugzilla/show_bug.cgi?id=44639
--- Comment #15 from Rainer Jung <[EMAIL PROTECTED]> 2008-03-21 03:39:07 PST --- Concerning differences to httpd 1.3: 2.2 uses apr helper libraries, which encapsulate platform specific implementation details of several general purpose APIs. On of those libs is libaprutil-1.so, which has dependencies against ldap. It could be, that your httpd 2.2 got compiled against a pre existing ldap enabled libaprutil-1.so? You will see from the pmap, where the apr libs came from, and if something loaded a wrong version 4 ldap lib. If so, you can check via ldd, if the dependency comes from httpd (unlikely because of your configure flag) or from some other of the libs included in the pmap. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
