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 . . . make[1]: Leaving directory `/usr/local/squid/src/squid-2.5.STABLE7/doc' Making install in helpers make[1]: Entering directory `/usr/local/squid/src/squid-2.5.STABLE7/helpers' Making install in basic_auth make[2]: Entering directory `/usr/local/squid/src/squid-2.5.STABLE7/helpers/basic_auth' Making install in winbind make[3]: Entering directory `/usr/local/squid/src/squid-2.5.STABLE7/helpers/basic_auth/winbind' source='wb_common.c' object='wb_common.o' libtool=no \ depfile='.deps/wb_common.Po' tmpdepfile='.deps/wb_common.TPo' \ depmode=gcc3 /bin/sh ../../../cfgaux/depcomp \ gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I/usr/src/samba-3.0.13/source -g -O2 -Wall -D_REENTRANT -c `te st -f wb_common.c || echo './'`wb_common.c wb_common.c: In function `init_request': wb_common.c:67: structure has no member named `domain' wb_common.c:76: structure has no member named `domain' wb_common.c:76: structure has no member named `domain' wb_common.c:76: structure has no member named `domain' wb_common.c:76: structure has no member named `domain' wb_common.c:76: structure has no member named `domain' wb_common.c:76: structure has no member named `domain' wb_common.c:76: structure has no member named `domain' wb_common.c:76: structure has no member named `domain' wb_common.c:77: structure has no member named `domain' wb_common.c:77: structure has no member named `domain' wb_common.c: In function `winbindd_send_request': wb_common.c:333: structure has no member named `domain' make[3]: *** [wb_common.o] Error 1 make[3]: Leaving directory `/usr/local/squid/src/squid-2.5.STABLE7/helpers/basic_auth/winbind' make[2]: *** [install-recursive] Error 1 make[2]: Leaving directory `/usr/local/squid/src/squid-2.5.STABLE7/helpers/basic_auth' make[1]: *** [install-recursive] Error 1 make[1]: Leaving directory `/usr/local/squid/src/squid-2.5.STABLE7/helpers' make: *** [install-recursive] Error 1 [root@infra-fw squid-2.5.STABLE7]# date Mon Apr 4 17:22:37 CDT 2005 [root@infra-fw squid-2.5.STABLE7]# What's up now????? - Greg Scott GregScott@xxxxxxxxxxxxxxxxxxx