Kaspersky
Jeg er igang med at installere Kaspersky på ubuntu, og der går også udemærket, men når den vil compile en KAVMON, så fejler den.hvad er det den mangler ?
hvad gør jeg forkert ?
--------------------------
root@ubuntu:/opt/kaspersky/kav4ws/src# ./kavmon.pl --build
=== Configure kernel module using kernel sources from /lib/modules/2.6.35-22-generic/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... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for linux kernel sources... /lib/modules/2.6.35-22-generic/build
checking for linux kernel version file... /lib/modules/2.6.35-22-generic/build/include/linux/version.h
checking for linux kernel version... .
./configure: line 2470: test: : integer expression expected
checking for sys_call_table... "exported"
checking for sys_call_table readonly... yes
checking for task struct o_pptr member... o_pptr is replaced with parent
configure: creating ./config.status
config.status: creating Makefile
config.status: creating kavmon.h
config.status: creating osdef.h
config.status: creating module.linux/Makefile
=== Compiling Linux kernel module
Cleaning module.linux
make[1]: Går til katalog '/opt/kaspersky/kav4ws/src/module.linux'
make[1]: Forlader katalog '/opt/kaspersky/kav4ws/src/module.linux'
Making link in module.linux
make[1]: Går til katalog '/opt/kaspersky/kav4ws/src/module.linux'
gcc -DLINUX_KERNE24 -D__KERNEL__ -DMODULE -Wall -O2 -fno-strict-aliasing -pipe -Wstrict-prototypes -Wno-trigraphs -fno-common -mpreferred-stack-boundary=2 -march=i586 -pipe -nostdinc -DSYS_CALL_TABLE_READONLY -DFIX_TASK_STRUCT -I. -I.. -iwithprefix include -I/lib/modules/2.6.35-22-generic/build/include -o utils.o -c utils.c
In file included from /lib/modules/2.6.35-22-generic/build/include/linux/prefetch.h:13,
from /lib/modules/2.6.35-22-generic/build/include/linux/list.h:6,
from /lib/modules/2.6.35-22-generic/build/include/linux/module.h:9,
from module.h:37,
from utils.c:11:
/lib/modules/2.6.35-22-generic/build/include/linux/types.h:4: fatal error: asm/types.h: No such file or directory
compilation terminated.
make[1]: *** [utils.o] Fejl 1
make[1]: Forlader katalog '/opt/kaspersky/kav4ws/src/module.linux'
make: *** [all] Fejl 1
kavmon module compilation error
--------------------------------------------------
