kernel compiling error
Hi, I was compiling my kernel and got this error I was wondering if anyone can shed some light on what is wrong.
/usr/src/linux-2.4.21--0.13mdk/include/net/ip.h: Infunction 'ip_select_ident':
/usr/src/linux-2.4.21--0.13mdk/include/net/ip.h: 'grsec_enable_randid' undeclared (first use in this function)
make[3]: *** [check.o] Error 1
make[3]: Leaving directory '/usr/src/linux2.4.21-0.13mdk/fs/partitions'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory '/usr/src/linux2.4.21-0.13mdk/fs/partitions'
make[1]: *** [_sub_partitions] Error 2
make[1]: Leaving directory '/usr/src/linux2.4.21-0.13mdk/fs'
make: *** [_dir_fs] Error 2
I had already compiled my kernel but decided I didnt want to enable Grsecurity in the kernel, so I changed it and compiled again. I think it might have something to do with that. Any help would be great thanks.
|