tar -jxvf netfilter-layer7-v2.2.tar.gz
tar -jxvf l7-protocols-2006-06-03.tar.gz
cd /usr/src/linux-2.4
patch -p1 < /root/netfilter-layer7-v2.2/kernel-2.4-layer7-2.2.patch
cd /usr/src/iptables-1.3.5
patch -p1 < /root/netfilter-layer7-v2.2/iptables-layer7-2.2.patch
cd /root/l7-protocols-2006-06-03
make install
安装时并无错误提示
可是我用却出现
[root@linux extensions]# iptables -m layer7 --help
iptables v1.3.1: Couldn't load match `layer7':/lib/iptables/libipt_layer7.so: cannot open shared object file: No such file or directory
Try `iptables -h' or 'iptables --help' for more information
这样的提示
是不是没有给 layer7编译成模块啊
怎么编译呢?
__________________________________