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: checking for krb5-config... yes checking for gssapi.h... (cached) yes checking for gssapi/gssapi.h... (cached) yes checking gssapi/gssapi_krb5.h usability... yes checking gssapi/gssapi_krb5.h presence... yes checking for gssapi/gssapi_krb5.h... yes ...
Also if you are building local objects inside the checkout directory a "bzr clean-tree --ignored" would probably be worthwhile as well before the bootstrap.
I have used the tar.bz from squid site. I can try the bzr checkout if it's better. Eliezer
Amos