On Wed, Oct 03, 2001 at 07:08:24PM +1000, Alex Chard wrote: > Hi. > I am running RedHat Linux 7.1 with kernel version 2.4.2-2. It is running on > an AMD Athlon 950MHz with 256Mb RAM. > The error message with preceding messages are: > net/network.o \ > /usr/src/linux-2.4/arch/i386/lib/lib.a /usr/src/linux-2.4/lib/lib.a > /usr/src/linux-2.4/arch/i386/lib/lib.a \ > --end-group \ > -o vmlinux > net/network.o(.data+0x51a8): undefined reference to > `sysctl_ipx_pprop_broadcasting' > make: *** [vmlinux] Error 1 > > any comments would be greatly appreciated
I plugged "undefined reference to `sysctl_ipx_pprop_broadcasting'" in to google.com and came up with some messages from the linux-kernel list http://www.uwsg.iu.edu/hypermail/linux/kernel/0104.1/0696.html saying there was a kernel bug which was fixed in 2.4.4 They suggested upgrading to a newer version or compiling ipx as a module (or leave it out completely if you don't really need it). -- chesty -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
