[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
RE: Slurpd fails
Remove the "--without-threads" option to configure. Like the error message
says, slurpd requires threads support. Just adding libpthread to a Makefile
isn't enough to make threads work, there is much much more involved.
-- Howard Chu
Chief Architect, Symas Corp. Director, Highland Sun
http://www.symas.com http://highlandsun.com/hyc
Symas: Premier OpenSource Development and Support
-----Original Message-----
From: owner-openldap-software@OpenLDAP.org
[mailto:owner-openldap-software@OpenLDAP.org]On Behalf Of Rahul
Hello All,
I configured openldap --without-threads and then edited Makefiles to have
libpthread.
All went fine.
But while running slurpd , it gives
"slurpd currently requires threads support"
ldd slurpd ---shows libpthread path.
i'm using openldap-2.0.27.
Hope someone would help me to solve this.
Plz help me asap
Advance thanks.
Regards,
-sadha