[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: How to CSRIMALLOC
See http://www.openldap.org/lists/openldap-devel/199908/msg00183.html
Note, I haven't used the OpenLDAP CSRI code in ages... it's likely broken.
Kurt
At 10:45 AM 4/10/2003, Tom Poage wrote:
>I'm trying to get OpenLDAP 2.1.16 (or 17) to build (Solaris 8, gcc 3.2)
>with the CSRI malloc package in order to track down a nagging memory leak.
>
>I can't quite get it to build. Any suggestions (define switches etc.)
>on how to get them to play together?
>
>I've tried -DHAVE_CSRIMALLOC, -DCSRIMALLOC and linking the CSRI malloc.h
>to libmalloc.h (not in CSRI malloc package, but referenced inside a define
>in ./include/ac/stdlib.h.
>
>Thanks.
>Tom.