Page 1 of 1

bug in makefile of gradm (grlearn do not install to /sbin)

PostPosted: Fri Nov 11, 2005 7:57 pm
by Raf256
Hi,
using gradm-2.1.7-200511041858 from
http://www.grsecurity.net/~spender/
I found a small (easy to fix) "grave" bug,
the make, then make install, do not copy the created grlearn into /sbin/

Afeter make and make install,
root@lore:/home/raf256/cre.os/grsec/gradm/gradm-2.1.7-200511041858/gradm2# gradm -E
/sbin/grlearn does not exist. Please reinstall gradm.

# file /sbin/grlearna
/sbin/grlearn: ERROR: cannot open `/sbin/grlearn' (No such file or directory)

so I just did cp grlearn /sbin/ and now it works

PostPosted: Tue Feb 21, 2006 8:57 pm
by gianspi
Works fine for me. Are you absolutely sure you did a "make install"?