问题安装IPfilterMAC透明代理

我试图编译鱿鱼使用这个命令允许透明度

./configure --enable-ipf-transparent 

在运行10.5.8的MAC迷你上

我得到一个错误

 WARNING: Cannot find necessary IP-Filter header files Transparent Proxy support WILL NOT be enabled 

我怎样才能解决这个问题,我怎样才能安装IP头文件,我已经有安装程序(IPfilter4.1.33),但我用于Mac

第一个Mac OS X使用ipfw而不是ipf(我知道它看起来一样, 但它不是 )

所以使用这个命令来configuration你的构build。 它只适用于鱿鱼3.0及以上。

 ./configure --enable-ipfw-transparent 

我build议启用SSL支持

 ./configure --enable-ipfw-transparent --enable-ssl