From owner-freebsd-stable@FreeBSD.ORG Tue Apr 8 12:14:43 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA7F537B401 for ; Tue, 8 Apr 2003 12:14:43 -0700 (PDT) Received: from mail.gactr.uga.edu (mail.gactr.uga.edu [128.192.37.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC06C43F3F for ; Tue, 8 Apr 2003 12:14:41 -0700 (PDT) (envelope-from Robin.Blanchard@gactr.uga.edu) Received: (qmail 78786 invoked from network); 8 Apr 2003 19:14:40 -0000 Received: from unknown (HELO ex.gactr.uga.edu) ([10.10.11.21]) (envelope-sender ) by mail.servers.gactr.gc.nat (qmail-ldap-1.03) with SMTP for ; 8 Apr 2003 19:14:40 -0000 Content-Class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Tue, 8 Apr 2003 15:14:40 -0400 Message-ID: X-MimeOLE: Produced By Microsoft Exchange V6.0.6375.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Transparent squid (ipf) Thread-Index: AcL9/jOwDYaE9yMYQuqGfRUq/hHubgAA83dg From: "Robin P. Blanchard" To: "Mike Tancsa" , cc: stable@freebsd.org Subject: RE: Transparent squid (ipf) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Apr 2003 19:14:44 -0000 Strange...Still looks like the configure script can't find the ipf = header files. # fgrep \$FreeBSD Makefile=20 # $FreeBSD: ports/www/squid/Makefile,v 1.99 2003/03/09 10:59:07 netchild = Exp $ # fgrep CONFIGURE_ARGS Makefile|fgrep -v \# CONFIGURE_ARGS=3D --bindir=3D${PREFIX}/sbin = --sysconfdir=3D${PREFIX}/etc/squid \ CONFIGURE_ARGS+=3D --enable-icmp CONFIGURE_ARGS+=3D --enable-delay-pools CONFIGURE_ARGS+=3D --disable-wccp CONFIGURE_ARGS+=3D --enable-kill-parent-hack CONFIGURE_ARGS+=3D --enable-ssl CONFIGURE_ARGS+=3D --enable-time-hack CONFIGURE_ARGS+=3D --enable-forw-via-db CONFIGURE_ARGS+=3D --enable-ipf-transparent CONFIGURE_ARGS+=3D --disable-ident-lookups CONFIGURE_ARGS+=3D --enable-underscores ... Store modules built: ufs diskd null Removal policies built: lru heap ICMP enabled Delay pools enabled Web Cache Coordination Protocol disabled Kill parent on shutdown SSL gatewaying using OpenSSL enabled Using OpenSSL MD5 implementation FORW-VIA enabled IP-Filter Transparent Proxy enabled Disabling Ident Lookups Enabling the use of underscores in host names Auth scheme modules built: basic Basic auth helpers built: NCSA PAM YP External acl helpers built: ip_user unix_group unlinkd enabled ... checking if IP-Filter header files are installed... no WARNING: Cannot find necessary IP-Filter header files Transparent Proxy support WILL NOT be enabled ... > -----Original Message----- > From: Mike Tancsa [mailto:mike@sentex.net]=20 > Sent: Tuesday, April 08, 2003 2:45 PM > To: Robin P. Blanchard > Subject: RE: Transparent squid (ipf) >=20 >=20 >=20 > 2.5 works for me as well >=20 > checking for object suffix... o > Store modules built: ufs diskd null > Removal policies built: lru heap > IP-Filter Transparent Proxy enabled > Enabling the use of underscores in host names > Auth scheme modules built: basic > Basic auth helpers built: NCSA PAM YP >=20 >=20 > Perhaps re-cvsup your ports ? Are you passing the arg at=20 > build time, or=20 > modifying the Makefile ? >=20 > backup2# grep ipf Makefile > CONFIGURE_ARGS+=3D --enable-ipf-transparent > backup2# >=20 > ---Mike >=20 > At 01:56 PM 08/04/2003 -0400, Robin P. Blanchard wrote: > >Thing is, squid2.5 wasn't always broken. Just was hoping to=20 > upgrade... > > > ># pkg_info |fgrep squid > >squid-2.5_1 The successful WWW proxy cache and accelerator > > > > > > > -----Original Message----- > > > From: Mike Tancsa [mailto:mike@sentex.net] > > > Sent: Tuesday, April 08, 2003 1:56 PM > > > To: Robin P. Blanchard; stable@freebsd.org > > > Subject: Re: Transparent squid (ipf) > > > > > > > > > > > > Try /usr/ports/www/squid24 > > > .... > > > =3D=3D=3D> Configuring for squid-2.4_10 > > > creating cache ./config.cache > > > checking host system type... i386-portbld-freebsd4.8 > > > .... > > > Store modules built: ufs diskd null > > > Removal policies built: lru heap > > > IP-Filter Transparent Proxy enabled > > > > > > ---Mike > > > > > > At 01:09 PM 08/04/2003 -0400, Robin P. Blanchard wrote: > > > >FreeBSD 4.8-STABLE #1: Sun Apr 6 09:38:34 EDT 2003 > > > > > > > ># $FreeBSD: ports/www/squid/Makefile,v 1.99 2003/03/09 10:59:07=20 > > > >netchild Exp $ > > > > > > > >... > > > >checking if IP-Filter header files are installed... no > > > >WARNING: Cannot find necessary IP-Filter header files > > > > Transparent Proxy support WILL NOT be enabled ... > > > > > > > >I seem to recall that ipf doesn't install its includes per > > > default any > > > >longer ? Perhaps that's the problem here ? A patch to the port's=20 > > > >Makefile to include from /usr/src/contrib/ipfilter necessary ? > > > > > > > > > > > >--------------------------------------- > > > >Robin P. Blanchard > > > >Systems Integration Specialist > > > >Georgia Center for Continuing Education > > > >fon: 706.542.2404 <|> fax: 706.542.6546 > > > >--------------------------------------- > > > >_______________________________________________ > > > >freebsd-stable@freebsd.org mailing list=20 > > > >http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > > >To unsubscribe, send any mail to=20 > > > >"freebsd-stable-unsubscribe@freebsd.org" > > > > > > >=20 >=20