by jbarton » Sat Nov 19, 2005 7:31 pm
I am getting the same error, but I dont have "remove addresses from /proc/<pid>/stat" enabled in my config, I did , however, have MAC integration set to "direct", but I wasnt using that feature. Changing it to "none" fixed the issue.
gcc -D__KERNEL__ -I/usr/src/linux-2.4.32/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=k6 -nostdinc -iwithprefix include -DKBUILD_BASENAME=grsum -c -o grsum.o grsum.c
gcc -D__KERNEL__ -I/usr/src/linux-2.4.32/include -Wall -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=k6 -nostdinc -iwithprefix include -DKBUILD_BASENAME=gracl -c -o gracl.o gracl.c
gracl.c: In function `pax_set_flags':
gracl.c:1985: error: structure has no member named `pax_flags'
gracl.c:1987: error: structure has no member named `pax_flags'
gracl.c:1989: error: structure has no member named `pax_flags'
gracl.c:1991: error: structure has no member named `pax_flags'
gracl.c:1993: error: structure has no member named `pax_flags'
make[2]: *** [gracl.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.32/grsecurity'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.32/grsecurity'
make: *** [_dir_grsecurity] Error 2