[squid-users] Linux build, libcap, and enable-linux-netfilter

2012-08-14 Thread David Hembree
Hey all, I'm trying to compile squid 3.1.20 on a RHEL5 machine (running kernel 2.6.18-308) with --enable-linux-netfilter to add support for running as a transparent proxy. Also installed are libcap development files1.10-26 (i.e. /usr/include/sys/capability.h and /usr/include/linux/capability.h

Re: [squid-users] Linux build, libcap, and enable-linux-netfilter

2012-08-14 Thread Eliezer Croitoru
On 8/14/2012 8:53 PM, David Hembree wrote: configure: WARNING: Linux Transparent Proxy support WILL NOT be enabled configure: WARNING: Reduced support to Interception Proxy configure: WARNING: Missing needed capabilities (libcap or libcap2) for TPROXY v2 configure: WARNING: Linux Transparent

Re: [squid-users] Linux build, libcap, and enable-linux-netfilter

2012-08-14 Thread David Hembree
Hey Eliezer, yes we need tproxy working. This proxy is to act as a man in the middle for some users who won't know it's there (i.e. clients don't need to be configured) to endpoints off our network, i.e. public sites on the internet http and https that we allow Thanks, David On Tue, Aug 14, 2012

Re: [squid-users] Linux build, libcap, and enable-linux-netfilter

2012-08-14 Thread Eliezer Croitoru
On 8/14/2012 10:06 PM, David Hembree wrote: Hey Eliezer, yes we need tproxy working. This proxy is to act as a man in the middle for some users who won't know it's there (i.e. clients don't need to be configured) to endpoints off our network, i.e. public sites on the internet http and https that

Re: [squid-users] Linux build, libcap, and enable-linux-netfilter

2012-08-14 Thread Amos Jeffries
On 15.08.2012 08:10, Eliezer Croitoru wrote: On 8/14/2012 10:06 PM, David Hembree wrote: Hey Eliezer, yes we need tproxy working. This proxy is to act as a man in the middle for some users who won't know it's there (i.e. clients don't need to be configured) to endpoints off our network, i.e.