Also

$ ls
acconfig.h  autom4te.cache  compile_filter.pl  config.status  configure.in
filter.of     INSTALL     Makefile.am  NEWS           sbk_install.sh
aclocal.m4  BUILD           config.guess       config.sub     COPYING
filter.txt    install-sh  Makefile.in  parameters.sh
sebek-lin26-3.2.0b-bin.tar.gz
AUTHORS     ChangeLog       config.log         configure      depcomp
gen_fudge.pl  Makefile    missing      README         src

------------------------------------------------
$ sudo ./configure --disable-raw-socket-replacement
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
using default compiler
checking for
/lib/modules/2.6.24-19-generic/build/include/linux/syscalls.h... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for patch... yes
checking for /lib/modules/2.6.24-19-generic/build/include/linux/sched.h...
yes
checking for a BSD-compatible install... /usr/bin/install -c
Kernel NOT defined KBUILD_BASENAME
checking for struct task_struct.p_pptr... no
Kernel NOT using P_PPTR
checking for struct inet_opt.daddr... no
Kernel NOT using INET_OPT
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING:  Makefile.in seems to ignore the --datarootdir
setting
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands

--------------------------------------------------

$ make
./gen_fudge.pl > ./src/fudge.h
cp ./sbk_install.sh ./src
cp ./parameters.sh  ./src
cd ./src; make -C /lib/modules/2.6.24-19-generic/build
SUBDIRS=/tmp/sebek/src modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.24-19-generic'
  CC [M]  /tmp/sebek/src/sebek.o
  CC [M]  /tmp/sebek/src/net.o
  CC [M]  /tmp/sebek/src/syscall.o
  CC [M]  /tmp/sebek/src/util.o
  CC [M]  /tmp/sebek/src/filter.o
  LD [M]  /tmp/sebek/src/sbk.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /tmp/sebek/src/sbk.mod.o
  LD [M]  /tmp/sebek/src/sbk.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.24-19-generic'
mkdir sebek-lin26-3.2.0b-bin
cp ./src/sbk.ko sebek-lin26-3.2.0b-bin
cp ./parameters.sh sebek-lin26-3.2.0b-bin
cp ./sbk_install.sh sebek-lin26-3.2.0b-bin
cp ./README sebek-lin26-3.2.0b-bin
cp ./compile_filter.pl sebek-lin26-3.2.0b-bin
cp ./filter.txt sebek-lin26-3.2.0b-bin
chmod u+x sebek-lin26-3.2.0b-bin/sbk_install.sh
tar -czf sebek-lin26-3.2.0b-bin.tar.gz sebek-lin26-3.2.0b-bin
rm -rf sebek-lin26-3.2.0b-bin


Thanks, Fahim
_______________________________________________
Honeywall mailing list
[email protected]
https://public.honeynet.org/mailman/listinfo/honeywall

Reply via email to