From: Ken D. <ke...@bo...> - 2005-03-14 21:48:26
|
On Mon, Mar 14, 2005 at 01:51:28PM -0600, William Metcalf (Wil...@kc...) wrote: > I see whats wrong, I just don't have time to fix it right now. If you need > a quick fix, just hardcode your directory into configure.in and run > ./configure again. > > change the following line in configure.in > > libnet_dir="/usr/include /usr/local/include" > > to include the path to libnet.h /* output from grep of configure.in */ snort-inline-2.2.0a:$ grep libnet_dir configure.in libnet_dir="/home/openwrt/buildroot/build_mipsel/staging_dir/mipsel-linux-uclibc/include" for i in $libnet_dir; do libnet_dir="${with_libnet_includes}" libnet_dir="/home/openwrt/buildroot/build_mipsel/staging_dir/mipsel-linux-uclibc/include" libnet_dir=`libnet-config --cflags | cut -dI -f2` for i in $libnet_dir; do FAIL_MESSAGE("libnet 1.0.2a (libnet.h)", $libnet_dir) /* output from grep of libnet.h */ snort-inline-2.2.0a:$ grep LIBNET_VERSION /home/openwrt/buildroot/build_mipsel/staging_dir/mipsel-linux-uclibc/include/libnet.h #define LIBNET_VERSION "1.0.2a" Baffles me. :-/ -- I reason and act, therefore, ken_i_m "Doing my part to spread the free and open software (FOSS) memes". |