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

Re: Problem with 1.0.3 build



Roeland M.J. Meyer wrote:
>>>>>>> Starting ./scripts/test007-replication ...
>>./test-db/master.out ./test-db/slave.out differ: char 1, line 1
>>test failed - master and slave databases differ

slurpd requires thread support to run properly.  You
have likely compiled with -DNO_THREADS.  If you need
slurpd, you will need to rebuild with thread support.
Otherwise, you can just ignore this error.

OpenLDAP 1.1 (when released) skips the replication
test when configured without threads.  (It also
skips building/installing slurpd when threads are
not available).

Kurt