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

Re: Connection Time on Ldap. (fwd)



At 09:38 PM 11/28/98 +0530, Sanjog Kotnis wrote:
>	I downloaded openldap and compiled it but slurpd doesnt seem to
>		    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>	be working even after compiling with threads.
>	It gives the standard error: slurpd currently requires thread support.

This likely due to:
  * didn't 'make makefiles' after changing Make-common or Make-platform
and/or
  * modified Make-common conditional defines and left them conditional.

So, uncomment the lines in build/platforms/linux-gcc/Make-platform
(assuming your has LinuxThreads available), make makefiles, make
depend, make clean, make, (cd tests; make).

Kurt