From: B. <ced...@ev...> - 2004-06-15 15:39:49
|
hello, I compile snort_inline like this : cd snort_inline;\ rm aclocal.m4 configure config.h.in autom4te.cache/requests;\ find . -name "Makefile.in" -exec \rm {} \;;\ aclocal;\ autoheader;\ autoconf;\ automake -a;\ ./configure --enable-inline;\ make I have the WARNING too but it works fine ! ;) Cedric Le mar 15/06/2004 =C3=A0 11:32, Steffen Maetzky (extern) a =C3=A9crit : > Hi, >=20 > I had like to try out snort-inline on a RedHat 9 system. > But if I try to run make it fails. >=20 > Can anyone help me out? >=20 > I have already installed a snort sensor on it (nearly the same > configuration described by Patrick Harper). >=20 > I have added: >=20 > libipq=20 > bridge-patch=20 > bridge-utils >=20 > Actually, I try to install snort-inline with: >=20 > ./configure --enable-inline (works)=09 > or ./configure --prefix=3D/DifferentFromInstalledSensor --enable-inline > make (fails) > make install=20 >=20 >=20 > I get the following output of make: >=20 > cd . && autoheader > WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot' > WARNING: and `config.h.top', to define templates for `config.h.in' > WARNING: is deprecated and discouraged. > =20 > WARNING: Using the third argument of `AC_DEFINE' and > WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without > WARNING: `acconfig.h': > =20 > WARNING: AC_DEFINE([NEED_MAIN], 1, > WARNING: [Define if a function `main' is needed.]) > =20 > WARNING: More sophisticated templates can also be produced, see the > WARNING: documentation. > configure.in:843: error: `src/win32/WIN32-Includes/Makefile' is already > registered with AC_CONFIG_FILES. > autoconf/status.m4:844: AC_CONFIG_FILES is expanded from... > configure.in:843: the top level > autom4te: /usr/bin/m4 failed with exit status: 1 > autoheader: /usr/bin/autom4te failed with exit status: 1 > make: *** [stamp-h.in] Error 1 >=20 > Thanks, in advance >=20 > Steffen >=20 >=20 >=20 >=20 >=20 > =20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by The 2004 JavaOne(SM) Conference > Learn from the experts at JavaOne(SM), Sun's Worldwide Java Developer > Conference, June 28 - July 1 at the Moscone Center in San Francisco, CA > REGISTER AND SAVE! http://java.sun.com/javaone/sf Priority Code NWMGYKN= D > _______________________________________________ > Snort-inline-users mailing list > Sno...@li... > https://lists.sourceforge.net/lists/listinfo/snort-inline-users --=20 |