This is a discussion on ipfilter on debian r31 (2.6.8-2-386) within the IPFilter forums, part of the System Security and Security Related category; All, I try to build ip_fil4.1.13 on my debian box, but get failed. The following is my error ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
All,
I try to build ip_fil4.1.13 on my debian box, but get failed. The following is my error log and I wonder if someone could give me some insight about my problmes. Thanks! ==== error log ==== (cd Linux; make ipflkm LINUX=`uname -r | awk -F. ' { printf"%d",$1;for(i=1;i<NF&&i<3;i++){printf("%02d" ,$(i+1));}}'` TOP=.. "DEBUG=-g" "CC=cc" 'CFLAGS=-I$(TOP) -D_BSD_SOURCE ' "IPFLOG=-DIPFILTER_LOG" "LOGFAC=-DLOGFAC=LOG_LOCAL0" "POLICY=-D IPF_DEFAULT_PASS=FR_PASS" "SOLARIS2=" "DEBUG=-g" "DCPU=`uname -m`" "LIBBPF=" "CPUDIR=`uname -s|sed -e 's@/@@g'`-`uname -r `-`uname -m`" "IPFBPF=" 'STATETOP_CFLAGS=' "BPFILTER=" 'STATETOP_INC=' 'STATETOP_LIB=' "BITS=" "OBJ=." "LOOKUP=-DIPFILTER _LOOKUP -DIPFILTER_SCAN" "COMPIPF=" 'SYNC=' 'ALLOPTS=-DIPFILTER_LOG -DIPFILTER_LOOKUP -DIPFILTER_SCAN -DIPFILTER_SYNC -DI PFILTER_CKSUM' 'LIBBPF=' "IPFLKM=-DIPFILTER_LKM" OBJ=`uname -s|sed -e 's@/@@g'`-`uname -r`-`uname -m` LINUXKERNEL=/usr/sr c/linux WORKDIR=`pwd`; cd ..) make[1]: Entering directory `/usr/src/redhat/BUILD/ip_fil4.1.13/Linux' if [ 20608 -lt 20499 ] ; then \ make Linux-2.6.8-2-386-i686/ipfilter.o; \ else \ (cd Linux-2.6.8-2-386-i686; unset MAKEFLAGS; make -C "/lib/modules/2.6.8-2-386/build" SUBDIRS="`pwd`" TOP="`pwd`/ .../.." CPUDIR="Linux-2.6.8-2-386-i686" EXTRA_CFLAGS="-DLINUX=20608 -I.. -I`pwd`/.. -I`pwd`/../.. -DIPFILTER_LOOKUP -DIP FILTER_SCAN -DIPFILTER_LOG -O2" OBJ= modules); \ fi make[2]: Entering directory `/lib/modules/2.6.8-2-386/build' make[2]: *** No rule to make target `modules'. Stop. =================== __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com |