From owner-freebsd-stable@FreeBSD.ORG Tue Apr 8 12:29:01 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 0D6A037B401; Tue, 8 Apr 2003 12:29:01 -0700 (PDT) Received: from lava.sentex.ca (pyroxene.sentex.ca [199.212.134.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5808B43F3F; Tue, 8 Apr 2003 12:29:00 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (simeon.sentex.ca [192.168.43.27]) by lava.sentex.ca (8.12.9/8.12.8) with ESMTP id h38JSwMF016431; Tue, 8 Apr 2003 15:28:58 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.2.0.9.0.20030408152426.05936578@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca (Unverified) X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Tue, 08 Apr 2003 15:34:40 -0400 To: "Robin P. Blanchard" , From: Mike Tancsa In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (lava/20020517) 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:29:01 -0000 Looks ok for me checking if IP-Filter header files are installed... yes Do you have all your ipfilter stuff there ? Perhaps blow away the directory and re-cvsup e.g. mv /usr/ports/www/squid /usr/ports/www/squid.old re-cvsup There are quite a few patches involved for this port. Perhaps there are some stale items there. ---Mike At 03:14 PM 08/04/2003 -0400, Robin P. Blanchard wrote: >Strange...Still looks like the configure script can't find the ipf header >files. > ># fgrep \$FreeBSD Makefile ># $FreeBSD: ports/www/squid/Makefile,v 1.99 2003/03/09 10:59:07 netchild Exp >$ > ># fgrep CONFIGURE_ARGS Makefile|fgrep -v \# >CONFIGURE_ARGS= --bindir=${PREFIX}/sbin --sysconfdir=${PREFIX}/etc/squid \ >CONFIGURE_ARGS+= --enable-icmp >CONFIGURE_ARGS+= --enable-delay-pools >CONFIGURE_ARGS+= --disable-wccp >CONFIGURE_ARGS+= --enable-kill-parent-hack >CONFIGURE_ARGS+= --enable-ssl >CONFIGURE_ARGS+= --enable-time-hack >CONFIGURE_ARGS+= --enable-forw-via-db >CONFIGURE_ARGS+= --enable-ipf-transparent >CONFIGURE_ARGS+= --disable-ident-lookups >CONFIGURE_ARGS+= --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] > > Sent: Tuesday, April 08, 2003 2:45 PM > > To: Robin P. Blanchard > > Subject: RE: Transparent squid (ipf) > > > > > > > > 2.5 works for me as well > > > > 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 > > > > > > Perhaps re-cvsup your ports ? Are you passing the arg at > > build time, or > > modifying the Makefile ? > > > > backup2# grep ipf Makefile > > CONFIGURE_ARGS+= --enable-ipf-transparent > > backup2# > > > > ---Mike > > > > At 01:56 PM 08/04/2003 -0400, Robin P. Blanchard wrote: > > >Thing is, squid2.5 wasn't always broken. Just was hoping to > > 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 > > > > .... > > > > ===> 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 > > > > >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 > > > > >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 > > > > >http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > > > >To unsubscribe, send any mail to > > > > >"freebsd-stable-unsubscribe@freebsd.org" > > > > > > > > > > > >