https://issues.apache.org/bugzilla/show_bug.cgi?id=45962
--- Comment #6 from Ruediger Pluem <[EMAIL PROTECTED]> 2008-10-07 14:29:59 PST --- As I thought you compiled against your LDAP SDK installed in /usr/local/ and you are running against the LDAP SDK installed at /usr/lib. As you are using different SDK's for compiling (openldap) and running (SUN LDAP SDK) it is quite clear that problems like this are going to happen as all LDAP SDK's are different and theses differences have to be taken into account during compile time. Please add --with-ldap-lib=/usr/local/lib to your apr-util configure call and recompile apr-util and httpd. This should ensure that the correct LDAP library is used during runtime. -- 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]
