<div dir="ltr">Hello,<div><br></div><div>I am trying to build squid 3.5.13 with following options on ubuntu 14.04 freshly installed server,</div><div><br></div><div># apt-get update</div><div><br></div><div><div># apt-get build-dep squid3</div><div><br></div><div># apt-get install build-essential sharutils ccze libzip-dev libssl-dev</div></div><div><br></div><div><div># ./configure</div><div>--prefix=/usr</div><div>--exec-prefix=/usr</div><div>--includedir=/usr/include</div><div>--datadir=${prefix}/share/squid</div><div>--libdir=/usr/lib64</div><div>--libexecdir=${prefix}/lib/squid</div><div>--localstatedir=/var</div><div>--sysconfdir=/etc/squid</div><div>--sharedstatedir=/var/lib</div><div>--with-logdir=/var/log/squid</div><div>--with-pidfile=/var/run/squid.pid</div><div>--with-default-user=squid</div><div>--with-openssl</div><div>--enable-silent-rules</div><div>--enable-dependency-tracking </div><div>--enable-linux-netfilter</div><div>--enable-icmp</div><div>--enable-delay-pools</div><div>--enable-useragent-log</div><div>--enable-esi</div><div>--enable-follow-x-forwarded-for</div><div>--enable-ipf-transparent</div><div>--enable-ssl</div><div>--enable-ssl-crtd</div><div>--enable-auth</div></div><div><br></div><div>I want to build https transparent proxy so i have enabled enable ipf transparent and ssl options in config.</div><div><br></div><div>configure fails with option,</div><div>configure: error: unable to make IPFilter work with netinet/ headers<br></div><div><br></div><div><div>$ cat config.log | grep netinet    reveals,</div></div><div>conftest.cpp:326:25: fatal error: netinet/ipl.h: No such file or directory<br></div><div><br></div><div>i did check iptables are installed ( $ which iptables) so netfilter should be installed too.</div><div><br></div><div>article at, <a href="https://www.smoothnet.org/squid-v3-5-proxy-with-ssl-bump/">https://www.smoothnet.org/squid-v3-5-proxy-with-ssl-bump/</a> says i need to use hack,</div><div>#define USE_SOLARIS_IPFILTER_MINOR_T_HACK 0<br></div><div><br></div><div>but after changing that line also result is same. i found very old squid 2.5 threads related to IPFilter compiling issue but couldn't find the code they ask to hack.<br></div><div><br></div><div>Anyone else has faced this issue? what's the solution for this ?</div></div>