DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18756>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18756 Apache core dump when using LDAP authentification. ------- Additional Comments From [EMAIL PROTECTED] 2003-11-18 21:11 ------- And again ... Wish I could edit comments. I manually defined APR_HAS_SHARED_MEMORY to be 0 and I successfully got the LDAP cache functionality to work without erroring. The relevant file is modules/experimental/util_ldap_cache_mgr.c. You basically want it to use the calloc() and free() functions instead of the apr_rmm_xxxx functions. I hope this points someone in the right direction to make a real fix, but if you absolutely need this functionality, this is how you can get it. Sorry, I have no official patch, because this is a temporary hack to get this to work in my environment. Solaris 8, OpenLDAP 2.1.23, Apache 2.0.48 (with Matthieu's patch) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
