From: Steffen M. (extern) <es...@ge...> - 2004-06-15 09:31:55
|
Hi, I had like to try out snort-inline on a RedHat 9 system. But if I try to run make it fails. Can anyone help me out? I have already installed a snort sensor on it (nearly the same configuration described by Patrick Harper). I have added: libipq bridge-patch bridge-utils Actually, I try to install snort-inline with: ./configure --enable-inline (works) or ./configure --prefix=/DifferentFromInstalledSensor --enable-inline make (fails) make install I get the following output of make: 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. WARNING: Using the third argument of `AC_DEFINE' and WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without WARNING: `acconfig.h': WARNING: AC_DEFINE([NEED_MAIN], 1, WARNING: [Define if a function `main' is needed.]) 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 Thanks, in advance Steffen |