[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
segmentation fault with 2.1.16
Hi,
I'm migrating openldap from 2.1.11 to 2.1.16
I have 6 LDAP servers.
The migration is OK with 2 servers, with redhat 6.2
I have a segmentation fault when I start slapd with 4 servers, in redhat 7.1 ou redhat 7.3
(make test are OK!!!)
I use Berkeley DB 4.1.25, openssl 0.9.7a (I used DB 4.0.14 and openssl 0.9.6.g with openldap 2.1.11).
Here is my configure :
env LDFLAGS="-lcrypt" ./configure \
--prefix=/usr/local/openldap-2.1.16 --disable-ipv6 \
--with-cyrus-sasl=no --with-tls --enable-slurpd --enable-shared \
--enable-ldbm --with-ldbm-api=berkeley --with-threads --enable-crypt --enable-monitor
And my conf :
....
database monitor
.....
database ldbm
suffix "ou=etudiants,dc=univ-nancy2,dc=fr"
subordinate
.....
database ldbm
suffix "ou=pers,dc=univ-nancy2,dc=fr"
subordinate
.....
database ldbm
suffix "dc=univ-nancy2,dc=fr"
....
With the redhat 7.3, It works if I comment database monitor and a database subordinate.
An idea?
Thank's
Vincent