Re: ipchains.o dependencies problem from 1999 (!) returns in

David S. Miller (davem@redhat.com)
Wed, 07 Nov 2001 21:35:34 -0800 (PST)


From: Andrew Pam <xanni@glasswings.com.au>
Date: Thu, 8 Nov 2001 12:58:51 +1100

In the 2.4.14 kernel, I get the following dependency problems with ipchains.o:

[root@TekTih root]# depmod -ae
depmod: *** Unresolved symbols in /lib/modules/2.4.14+ext3/kernel/net/ipv4/netfilter/ipchains.o
depmod: netlink_kernel_create
depmod: netlink_broadcast

Note that this happens regardless of the setting of CONFIG_NETLINK and
CONFIG_NETLINK_DEV, whether "n", "m" or "y".

Something is wrong with your modutils then.

Because net/netsyms.c exports netlink_kernel_create when
CONFIG_NETLINK is set. It is impossible for the symbol to be
unresolved if you are turning on CONFIG_NETLINK.

Franks a lot,
David S. Miller
davem@redhat.com
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/