Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Apr 2003 15:40:22 -0400
From:      "Robin P. Blanchard" <Robin.Blanchard@gactr.uga.edu>
To:        <stable@freebsd.org>, <adrian@freebsd.org>
Subject:   Ipf headers not installed per default ?
Message-ID:  <EE3D3FBAFFCAED448C21C398FDAD91AC0107EE@EBE1.gc.nat>

next in thread | raw e-mail | index | archive | help
Just rebuilt and installed/world kernel: FreeBSD 4.8-STABLE #0: Fri Apr =
11
14:34:37 EDT 2003

Using the latest Makefile for squid25:
# fgrep \$FreeBSD /usr/ports/www/squid/Makefile=20
# $FreeBSD: ports/www/squid/Makefile,v 1.100 2003/04/09 08:31:30 adrian =
Exp $

Modified with:
# 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

The configure script does not locate IPF's header files. I had to =
manually
copy them over:
# cp -p /usr/src/sys/contrib/ipfilter/netinet/*.h /usr/include/netinet/

Squid then built fine. Should these header files be installed with the =
world?
Or should squid's port be modified to include =
/usr/src/sys/include/ipfilter ?



---------------------------------------
Robin P. Blanchard
Systems Integration Specialist
Georgia Center for Continuing Education
fon: 706.542.2404 <|> fax: 706.542.6546
---------------------------------------



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EE3D3FBAFFCAED448C21C398FDAD91AC0107EE>