On Tue, 13 Feb 2001 22:06:59 -0500 (EST),
"Chris 'Chipper' Chiapusio" <chipper@xxxxxxxxxx> wrote:
>a current cvs checkout (as of 02/12/01) gives me mostly usable modules,
>only two are not working:
>[root@zhadum /root]# depmod -ae
>depmod: *** Unresolved symbols in
>/lib/modules/2.4.1-XFStest2/kernel/drivers/md/md.o
>depmod: name_to_kdev_t
Known bug in the md driver, fixed in later kernels. IOW, not our problem :).
>depmod: *** Unresolved symbols in
>/lib/modules/2.4.1-XFStest2/kernel/net/ipv6/ipv6.o
>depmod: rtnetlink_links
>depmod: __rta_fill
>depmod: rtnetlink_put_metrics
>depmod: rtnl
This one is strange. I cannot reproduce the problem on 2.4.2-pre3 with
your .config but I cannot see any changes between 2.4.1 and 2.4.2-pre3
that would affect rtnetlink. I need the output from
strings -a /lib/modules/2.4.1-XFStest2/kernel/net/ipv6/ipv6.o | grep rtn
strings -a net/netsyms.o | grep rtn
The latter command needs to be issued in the top level linux directory.
|