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

Re: segmentation fault



On Thu, 12 Sep 2002, Bulent Tatlidil wrote:

> hi all,
> i have dowloaded the latest version 2.1.4 source code
> and tried to build it . i did the following
> $ ./configure --prefix=/usr/local/ldap --with-cyrus-sasl --with-tls
> --with-threads --enable-crypt --enable-ldbm --enable-wrappers
> $ make depend
> $ make
> till here everythings seems fine.. (no errors i mean.)
> but after i "$ make test "
> i got a segmentation fault ..
>
> Initiating LDAP tests for BDB...
> >>>>> Executing all LDAP tests...

I could be wrong here, but you compiled with "--enable-ldbm", so my guess
is that bdb-backend tests will fail ...
Are you sure you want "--enable-ldbm" ?

Franky