From mboxrd@z Thu Jan 1 00:00:00 1970 From: "hare ram" Subject: Problem with iptables P-O-M Date: Tue, 22 Oct 2002 16:14:27 +0530 Sender: netfilter-admin@lists.netfilter.org Message-ID: <01c901c279b7$fe7a5000$7cfcc5cb@nextto> References: <20021021233312.512.qmail@web40701.mail.yahoo.com> <200210221014.g9MAErL00581@vulcan.rissington.net> Reply-To: "hare ram" 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: Antony Stone , netfilter@lists.netfilter.org Hi all iam using redhat 7.2 with iptable 1.2.5 rpm iam trying to patch the iptables with P-o-M i was patched only one option iplimit its patched with /var/tmp/patchomatic/netfilter/patch-o-matic/runme ../userspace/extensions/libipt_iplimit.c patch is applied then i run in kernal make dep make make bzImage make modules make install make modules_install when iam doing make modules_install, iam getting following error any one can point me where iam doing wrong find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.4.18-3custom; fi depmod: *** Unresolved symbols in /lib/modules/2.4.18-3custom/kernel/net/ipv4/netfilter/ipt_iplimit.o depmod: ip_conntrack_find_get make: *** [_modinst_post] Error 1 thanks advance hare