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

Re: openldap-stable fails tests on Solaris, segfaults.



At 06:13 PM 9/21/99 +0100, Paul Barnfather wrote:
>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 \
>                        CPPFLAGS="-I/usr/local/BerkeleyDB/include" \
>                        LDFLAGS="-L/usr/local/BerkeleyDB/lib" \
>                ./configure \
>                --with-ldbm-api=db2
>
>In accordance with the instruction in the FAQ.

Try --without-threads to eliminate any preemptive threading
problems.

	Kurt