From: Will M. <wil...@gm...> - 2005-03-14 21:53:19
|
autoreconf -f Regards, Will On Mon, 14 Mar 2005 14:48:15 -0700, Ken Dyke <ke...@bo...> wrote: > 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". > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click > _______________________________________________ > Snort-inline-users mailing list > Sno...@li... > https://lists.sourceforge.net/lists/listinfo/snort-inline-users > |