[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Bus Error - core dumped
Hi all,
I compiled OpenLDAP 1.2.8 on a SunOS (SPARC) 5.6, below is the command I use
to compile it.
env ac_cv_func_pthread_create=no \
ol_cv_kthread_flag=no ol_cv_pthread_flag=no \
ol_cv_pthreads_flag=no ol_cv_thread_flag=no \
./configure --prefix=$HOME/ldap --exec-prefix=$HOME/ldap --enable-shell --di
sable-ldbm
As you can see, I disabled the ldbm (because I want to use back-shell only).
OpenLDAP runs fine when I do add, but whenever I tried to do search I got,
Bus Error - core dumped
This happens immedietly after I try to search. What is happening? is it my
fault or is it a known problem?
Rosdi.