Gentoo Archives: gentoo-dev

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

Replies

Subject Author
Re: [gentoo-dev] iptables and kernel 2.4.19-r1 Ralf Ronneburger <ralf@×××××××××××.de>