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

Freebsd + slapd + core dumped




Hi,

I want to do my freebsd box a slave ldap server. So i follow the instruction and
copy my database in my directory ( the persmission are ok ) but when i do a
ldapsearch it core dumped.


......
=> ldbm_cache_open( "dn2id.dbb", 73, 600 )
<= ldbm_cache_open (cache 0)
ch_calloc of 268435458 elems of 4 bytes failed
assertion "0" failed: file "ch_malloc.c", line 77
Abort trap (core dumped)
....
My master ldap server is a solaris server with
Berkeler.3.2 ( both ) and openldap 2.0.23 ( both )

On the client side, we can see when it crash:
ldap_init( 10.100.0.66, 0 )
Enter LDAP Password: 
filter: uid=*
requesting: ALL
version: 2

#
# filter: uid=*
# requesting: ALL
#

ldap_result: Can't contact LDAP server
bash-2.03# 


Anyone have an idea?
thx