From: C.G.Senthilkumar. <che...@cs...> - 2005-04-25 02:22:53
|
Hi, I'm trying to install snort_inline-2.2.0a on FreeBSD 4.10 based on the instructions at: http://freebsd.rogness.net/snort_inline/ I get a compilation error. The error messages are attached at the end of this e-mail. I have pkg_add'ed libnet-1.0.2a,1.tgz. ./configure --enable-inline --enable-ipfw went through without any complaints. Any clues on how to resolve this issue. Any help will be highly appreciated. Thanks in advance. Senthil. Error Message from make ----------------------- decode.c: In function `DecodeIP': decode.c:2008: structure has no member named `log_bad_checksums' decode.c: In function `DecodeTCP': decode.c:2395: structure has no member named `log_bad_checksums' decode.c: In function `DecodeUDP': decode.c:2588: structure has no member named `log_bad_checksums' decode.c: In function `DecodeICMP': decode.c:2777: structure has no member named `log_bad_checksums' *** Error code 1 Stop in /users/cheetanc/tmp/snort_inline-2.2.0a/src. *** Error code 1 Stop in /users/cheetanc/tmp/snort_inline-2.2.0a/src. *** Error code 1 Stop in /users/cheetanc/tmp/snort_inline-2.2.0a. *** Error code 1 Stop in /users/cheetanc/tmp/snort_inline-2.2.0a. |