Gentoo Archives: gentoo-dev

From: Ralf Ronneburger <ralf@×××××××××××.de>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] iptables and kernel 2.4.19-r1
Date: Mon, 06 May 2002 18:37:07
Message-Id: 3CD71202.9060704@ronneburger.de
In Reply to: Re: [gentoo-dev] iptables and kernel 2.4.19-r1 by mikepolniak
1 Thanks for your help, that did fix it!
2
3
4 mikepolniak wrote:
5 > On Mon, 06 May 2002 19:44:17 +0200
6 > Ralf Ronneburger <ralf@×××××××××××.de> wrote:
7 >
8 >
9 >>I'm having a litte problem with my kernel and iptables here (installed
10 >>gentoo the first time yesterday, really like it!!!!). I'd be happy if
11 >>you could tell me, what my problem is or how I can find that out or
12 >>where I have to ask (in case this is not the right place).
13 >>
14 >>I've installed kernel 2.4.19-r1 and iptables iptables v1.2.6a. But I
15 >>can't get iptables to work, everytime I try to modify/display the rules
16 >>it tells me:
17 >>
18 >><PASTE>
19 >>bash-2.05a# iptables -L
20 >>/lib/modules/2.4.19-r1/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
21 >>symbol nf_unregister_sockopt
22 >>/lib/modules/2.4.19-r1/kernel/net/ipv4/netfilter/ip_tables.o: unresolved
23 >>symbol nf_register_sockopt
24 >
25 >
26 > I had similar unresolved symbols which i solved by recompiling the kernel after
27 > doing a clean up with 'make mrproper' (save your .config before this step).
28 >
29 > Also make sure the kernel, System.map and the modules all use the same
30 > name and extraversion. This should take care of the unresolved symbols.
31 >
32 > _______________________________________________
33 > gentoo-dev mailing list
34 > gentoo-dev@g.o
35 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
36 >
37 >