From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Martens Subject: problem with ip_connlimit modul Date: Mon, 23 Feb 2004 16:56:53 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <20040223165653.6434be53@tangle> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: netfilter@lists.netfilter.org Hi! I try to compile the new 2.4.25 kernel with patch-o-matic-20031219 and I've a little problem. All iptables works fine, but just the ipt_connlimit module makes trouble, when I try to compile it. Here's my output: gcc -D__KERNEL__ -I/usr/src/linux-2.4.25/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=athlon -DMODULE -DMODVERSIONS -include /usr/src/linux-2.4.25/include/linux/modversions.h -nostdinc -iwithprefix include -DKBUILD_BASENAME=ipt_connlimit -c -o ipt_connlimit.o ipt_connlimit.c ipt_connlimit.c: In function `init': ipt_connlimit.c:219: `ip_conntrack_module' undeclared (first use in this function) ipt_connlimit.c:219: (Each undeclared identifier is reported only once ipt_connlimit.c:219: for each function it appears in.) ipt_connlimit.c:220: warning: value computed is not used ipt_connlimit.c: In function `fini': ipt_connlimit.c:227: `ip_conntrack_module' undeclared (first use in this function) ipt_connlimit.c:228: warning: value computed is not used make[2]: *** [ipt_connlimit.o] Error 1 make[2]: Leaving directory `/usr/src/linux-2.4.25/net/ipv4/netfilter' make[1]: *** [_modsubdir_ipv4/netfilter] Error 2 make[1]: Leaving directory `/usr/src/linux-2.4.25/net' make: *** [_mod_net] Error 2 Can anybody help? I think I've to rename something in ipt_connlimit.c, but I don't know that.... Thanks in advance. Best regards, Thomas