[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: Install openldap 2.0.25 on AIX 4.3.2,But can't start slapd (ITS#2085)



I note that the AIX platform hints (see FAQ) indicate
that use of GCC and pthreads don't mix well.   As far
as not working --without-threads, it's not clear to
me what the cause of the crash is.  Here you might
try providing additional information, such as relevant
sections of server logs (just before the crash) and
a stack back trace ('bt') from gdb.

Kurt

At 05:56 AM 2002-09-16, xiphias@ciuan.com wrote:
>Full_Name: xiphias zhao
>Version: 2.0.25
>OS: AIX 4.3.2
>URL: ftp://ftp.openldap.org/incoming/
>Submission from: (NULL) (61.171.205.214)
>
>
>gcc 2.95
>install openldap 2.0.25 on AIX 4.3.2
>make success,but start slapd core dump,debug it ,gdb say pthread_init_mutex
>error.
>if use configure with option --without-threads ,gdb say ber_malloc error.
>but openldap 1.2.13 ok.