Hi Guys I decided I wanted to try and get Squid to authenticate users against a Windows 2000 Active Directory, but I didn't seem to have any of the auth programs on my installation.
I decided to install squid-2.5.STABLE4, passing --enable-auth=basic,digest,ntlm (and others) to configure. The configure stage seems to run okay, but 'make all' produces the following errors. <snip> Making all in basic_auth make[2]: Entering directory `/tmp/downloads/squid-2.5.STABLE4/helpers/basic_auth' make[3]: Entering directory `/tmp/downloads/squid-2.5.STABLE4/helpers/basic_auth' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/tmp/downloads/squid-2.5.STABLE4/helpers/basic_auth' make[2]: Leaving directory `/tmp/downloads/squid-2.5.STABLE4/helpers/basic_auth' Making all in ntlm_auth make[2]: Entering directory `/tmp/downloads/squid-2.5.STABLE4/helpers/ntlm_auth' make[3]: Entering directory `/tmp/downloads/squid-2.5.STABLE4/helpers/ntlm_auth' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/tmp/downloads/squid-2.5.STABLE4/helpers/ntlm_auth' make[2]: Leaving directory `/tmp/downloads/squid-2.5.STABLE4/helpers/ntlm_auth' </snip> I found a few other instances of this by Googling, but didn't find a solution :-( Has anyone got any advice? Gareth
