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

Compiling with --enable-slurpd



I've tried to enable replication doing the following steps:

1) ./configure --prefix=/usr/local/ldap --enable-referrals
--enable-aclgroups --enable-crypt --enable-passwd --enable-shell
--enable-slurpd
2) make depend

The final step ended up with such a warning:
"run configure with --enable-slurpd to build slurpd"

Then I edited servers/slurpd/Makefile and changed

BUILD_SRV = no	to	BUILD_SRV = yes

tring "make depend" again seemed ok.

What I've missed?


Thanks a lot.
Michele De Martin