Page 1 of 1

can't build 2.1.0-2.6.10-200501071049

PostPosted: Sat Jan 08, 2005 12:05 pm
by ashes
Hello. I'm getting this:
kernel/built-in.o(.text+0x68f3): In function `do_exit':
: undefined reference to `gr_shm_exit'
make: *** [.tmp_vmlinux1] Error 1

gr_shm_exit is defined from grsecurity.h, which is included in kernel/exit.c. So I don't really know what is going on here. I get this error regardless of any options I enable, if i disable grsec all together I still get this error.

its a config option

PostPosted: Sat Jan 08, 2005 2:15 pm
by ashes
Sorry. When I retry with a vanilla config file it builds. I'm not too sure which option I disabled to cause this. Maybe one of Grsec's option are not choosing the right depends. If I figure out specifically what happened I'll post again.

PostPosted: Sat Jan 08, 2005 5:29 pm
by spender
Looks like you disabled CONFIG_SYSVIPC
You will most likely need that to run several apps, though I'll fix it in grsec so it'll still compile if disabled.

-Brad