> From: Greg Scott [mailto:GregScott@xxxxxxxxxxxxxxxx] > Sent: Tuesday, 5 April 2005 6:34 AM > The fun just doesn't stop here in Minnesota. I am trying to rebuild > Squid like this: > > cd /usr/local/squid/src/squid-2.5.STABLE7 > ./configure \ > --enable-smartfilter \ > --enable-async-io \ > --enable-linux-netfilter \ > --enable-underscores \ > --prefix=/usr/local/squid \ > --enable-auth="ntlm,basic" \ > --enable-basic-auth-helpers="winbind" \ > --enable-ntlm-auth-helpers="winbind" \ > --enable-external-acl-helpers="winbind_group" \ > --enable-delay-pools \ > --with-samba-sources=/usr/src/samba-3.0.13 > > make clean runs to completion > make all dies, see below > By the looks of it you are using Samba 3.0 and trying to specify the Squid Winbind helpers (for 2.2.7) which won't work. In the FAQ (http://www.squid-cache.org/Doc/FAQ/FAQ.html#toc23.5) Under "Configure Squid" it states for Samba 3.X only use --enable-auth="ntlm,basic", the helpers --enable-basic-auth-helpers="winbind" & --enable-ntlm-auth-helpers="winbind" would only be used for Samba 2.X Jay