On 14/05/2013 3:57 p.m., Amos Jeffries wrote:
On 14/05/2013 5:19 a.m., Eliezer Croitoru wrote:
On 5/13/2013 4:13 PM, Amos Jeffries wrote:
"A while ago" as in before or after the change to configure
auto-detection of helpers build capability? (1-5 May 2013)
YES
After this change a ./bootstrap.sh and ./configure is required on trunk
/ HEAD checkouts.
Please check your ./cofnigure output for "Log daemon helper" messages.
as like:
....
checking for ldap.h... (cached) yes
checking for winldap.h... (cached) no
configure: Digest auth helper eDirectory ... found but cannot be built
configure: Digest auth helpers to be built: LDAP file
configure: Log daemon helpers to be built:
Thats the one. Not even trying to build it. Strange.
I have figured out why this is happening. The log-daemon-helpers
handling was significantly different to all the other helpers options
and the default was to build none of the available ones. Patch going
into 3.HEAD soon which makes it work identically to the other options.
Amos