Using Fedora 10, the kavmon.pl fails to build:
# ./kavmon.pl -b
=== Configure kernel module using kernel sources from /lib/modules/2.6.27.21-170.2.56.fc10.x86_64/build
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for linux kernel sources... /lib/modules/2.6.27.21-170.2.56.fc10.x86_64/build
checking for linux kernel version file... /lib/modules/2.6.27.21-170.2.56.fc10.x86_64/build/include/linux/utsrelease.h
checking for linux kernel version... 2.6
checking for changing of LSM interface... not changed
checking for linux/syscalls.h... yes
checking for module arch... 64
checking for sys_call_table... found, address 0xffffffff8133f640
checking for sys_call_table readonly... yes
checking for ia32_sys_call_table... found, address 0xffffffff81347a58
checking for ia32_sys_call_table readonly... yes
checking for security_ops... found, address 0xffffffff817cfe10
checking for register_security... found, address 0xffffffff8113cc46
checking for mod_reg_security... configure: error: "Cannot resolve symbol mod_reg_security"
Suggestions of how to resolve? Thank you!
