"Lehnert, Hartmut" Hartmut.Lehnert@secunet.com writes:
Hi Dieter! I built slapd and the comp match module with CFLAGS=-g option but a core dump isn't generated. I don't think that a core dump analysis is necessary to solve the problem because the slapd output
You may have to call ulimit -c unlimited in order to create a core dump.
/home/openldap/openldap-2.4.21-install/libexec/slapd: symbol lookup error: /home/openldap/openldap-2.4.21-install/libexec/openldap/compmatch.so.0: undefined symbol: GenBufFreeBuf
is clear enough: the symbol GenBufFreeBuf is simply missing in the source code and binary of the comp match module. So once again: do you know where I can get the missing source code?
As I mentioned, GenBufFreeBuf is called in comp_match/init.c
-Dieter