On Wed, 7 Apr 2004 [EMAIL PROTECTED] wrote: > ./configure --enable-ipf-transparent --prefix=/usr/local/squid > > Below is the part of config.log file that shows the configure failing with > enable ipf transparent: > > configure:3849: ip_compat.h: No such file or directory > configure:3849: ip_fil_compat.h: No such file or directory
Ok, this is pretty fatal.. the ip-filter headers is not in your include path.. How and where did you install ip-filter? Squid looks for the ip-filter headers in a) The root of your include path b) The netinet directory in your include path Your include path is determined by your compiler, but /usr/include is nearly always one of the directories searched in the include path. Some systems also use /usr/local/include, but not all... Regards Henrik
