Snort mailing list archives

Re: Snort on Mac OS X 10.2.8: Which version of Snort can I use?


From: Ian Masters <ian () acces co jp>
Date: Wed, 24 Dec 2008 17:26:26 +0900

Todd

Sorry about that.  Forgot some includes that are necessary to compile
with those changes.  Can you give it a try again with attached patch? 

Sure, happy to.

And thanks for taking the time to test this out.  (Note, I don't think
you'll be able to compile with --enable-targetbased because one of
bison/flex might end up compiling their C files using uint* instead of
u_int* - all other configure options should hopefully be okay.)

At automake --add-missing --copy I got the following:
[~/snort-2.8.3.1] root# automake --add-missing --copy
automake: src/target-based/Makefile.am: lex source seen but
`AM_PROG_LEX' not in `configure.in'

After that no errors until 'make', at which the following appeared:

../../../libtool: s,^.*/,,g: No such file or directory
../../../libtool: -e: command not found
*** Warning: inferring the mode of operation is deprecated.
*** Future versions of Libtool will require --mode=MODE be specified.
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
../../../libtool: -e: command not found
: compile: cannot determine name of library object from `'
make[6]: *** [bmh.lo] Error 1
make[5]: *** [all-recursive] Error 1
make[4]: *** [all] Error 2
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

What's next :)

Ian

$ cp mac1028.diff snort-2.8.3.1
$ cd snort-2.8.3.1
$ patch -p0 < mac1028.diff
$ glibtoolize --automake --copy
$ aclocal -I m4
$ autoheader
$ automake --add-missing --copy
$ autoconf
$ ./configure <your-configure-options>
$ make


------------------------------------------------------------------------------
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users


Current thread: