Ever since upgrading to kernel 2.2.9, I get a series of four warning messages every time diald-0.16.5 brings up a link: Jun 16 06:31:05 oldbox diald[2380]: Nonzero exit status (7) on command '/sbin/route add 192.168.0.102 metric 1 dev sl0' Jun 16 06:31:05 oldbox diald[2380]: Nonzero exit status (7) on command '/sbin/route add default metric 1 netmask 0.0.0.0 dev sl0' Jun 16 06:31:06 oldbox diald[2380]: Nonzero exit status (7) on command '/sbin/route add 192.168.0.102 metric 1 dev sl0' Jun 16 06:31:06 oldbox diald[2380]: Nonzero exit status (7) on command '/sbin/route add default metric 1 netmask 0.0.0.0 dev sl0' My guess at cause: 'route' is version 1.33, and as the kernel-2.2.9 doc says, I should use version 1.50+. So, I have tried to compile net-tools-1.50, unsuccessfully. I first 'make config'. and answer 'y' to all queries, then make: [root@oldbox net-tools-1.50]# make make[1]: Entering directory `/usr/src/net-tools-1.50/man' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/net-tools-1.50/man' make[1]: Entering directory `/usr/src/net-tools-1.50/lib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/net-tools-1.50/lib' make[1]: Entering directory `/usr/src/net-tools-1.50/lib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/usr/src/net-tools-1.50/lib' gcc -Llib -o ifconfig ifconfig.o -lnet-tools lib/libnet-tools.a(af.o): In function `afinit': /usr/src/net-tools-1.50/lib/af.c:141: undefined reference to `inet6_aftype' /usr/src/net-tools-1.50/lib/af.c:147: undefined reference to `netrom_aftype' /usr/src/net-tools-1.50/lib/af.c:150: undefined reference to `ipx_aftype' lib/libnet-tools.a(af.o): In function `get_aftype': /usr/src/net-tools-1.50/lib/af.c:211: undefined reference to `inet6_aftype' /usr/src/net-tools-1.50/lib/af.c:213: undefined reference to `netrom_aftype' /usr/src/net-tools-1.50/lib/af.c:213: undefined reference to `ipx_aftype' lib/libnet-tools.a(hw.o): In function `hwinit': /usr/src/net-tools-1.50/lib/hw.c:158: undefined reference to `netrom_hwtype' /usr/src/net-tools-1.50/lib/hw.c:178: undefined reference to `sit_hwtype' /usr/src/net-tools-1.50/lib/hw.c:131: undefined reference to `tr_hwtype' /usr/src/net-tools-1.50/lib/hw.c:133: undefined reference to `netrom_hwtype' /usr/src/net-tools-1.50/lib/hw.c:134: undefined reference to `sit_hwtype' make: *** [ifconfig] Error 1 Any ideas about why this make fails? TIA, Mark - To unsubscribe from this list: send the line "unsubscribe linux-diald" in the body of a message to [EMAIL PROTECTED]
