[squid-users] Squid build error

From: Lars Roland <lroland@dont-contact.us>
Date: Tue, 9 Nov 2004 16:58:34 +0100

Hi all

I am trying to build squid-2.5.STABLE7 with the folowing options:

--------------------------------------
./configure \
                --prefix=/usr \
                --bindir=/usr/bin \
                --exec-prefix=/usr \
                --sbindir=/usr/sbin \
                --localstatedir=/var \
                --mandir=/usr/share/man \
                --sysconfdir=/etc/squid \
                --libexecdir=/usr/lib/squid \
                --with-samba-sources=/opt/samba-3.0.8
                \
                --enable-snmp \
                --enable-underscores \
                --enable-auth="basic,digest,ntlm" \
                --enable-removal-policies="lru,heap" \
                --enable-digest-auth-helpers="password" \
                --enable-basic-auth-helpers="LDAP,getpwnam,YP,NCSA,SMB,MSNT,multi-domain-NTLM,winbind"
\
                --enable-external-acl-helpers="ip_user,unix_group,wbinfo_group,winbind_group"
\
                --enable-ntlm-auth-helpers="SMB,fakeauth,no_check,winbind" \
                --enable-linux-netfilter \
                --enable-ident-lookups \
                --enable-useragent-log \
                --enable-cache-digests \
                --enable-delay-pools \
                --enable-referer-log \
                --enable-truncate \
                --enable-arp-acl \
                --with-pthreads \
                --enable-htcp \
                --enable-carp \
                --enable-poll \
--------------------------------------

Configure works great, but the build (make) fails with the folowing errors:

--------------------------------------
gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include
-I/root/test/websafe/samba-3.0.8/source -g -O2 -Wall -D_REENTRANT -c
`test -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:75: structure has no member named `domain'
wb_common.c:75: structure has no member named `domain'
wb_common.c:75: structure has no member named `domain'
wb_common.c:75: structure has no member named `domain'
wb_common.c:75: structure has no member named `domain'
wb_common.c:75: structure has no member named `domain'
wb_common.c:75: structure has no member named `domain'
wb_common.c:75: 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
`/root/test/websafe/squid-2.5.STABLE7/helpers/basic_auth/winbind'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/root/test/websafe/squid-2.5.STABLE7/helpers/basic_auth'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/root/test/websafe/squid-2.5.STABLE7/helpers'
make: *** [all-recursive] Error 1
--------------------------------------

I have googled around, but I have been unable to find out why the
build fails, does anyone have an idea ?.

Thanks in advance.

Lars Roland
Received on Tue Nov 09 2004 - 08:58:40 MST

This archive was generated by hypermail pre-2.1.9 : Wed Dec 01 2004 - 12:00:01 MST