install a lspp kernel and build a 1.2.x audit package for fc5. You should be set.
This may be of use, I installed the lspp kernel and had to do the following to get audit installed on FC5...
Download the latest unifdef, glibc-kernheaders, and audit from: http://mirrors.usc.edu/pub/linux/distributions/fedora/core/development/source/SRPMS/
# rpmbuild --rebuild unifdef-*.src.rpm # cd /usr/src/redhat/RPMS # rpm -ivh unidef* # cd - # rpmbuild --rebuild glibc-kernheaders-*.src.rpm # cd - # rpm -Uvh glibc-kernheaders* # cd - # rpmbuild --rebuild audit-*.src.rpm # cd - # rpm -Uvh audit* Steve -- Linux-audit mailing list [email protected] https://www.redhat.com/mailman/listinfo/linux-audit
