Snort mailing list archives

Building Snort on AIX 6.1


From: Todd Wease <twease () sourcefire com>
Date: Sat, 24 Oct 2009 17:45:02 -0400

Snort on AIX 6.1

Contents of aix-stuff.tar.bz2
================================================================================
$ tar tjf aix-stuff.tar.bz2
aix-stuff/
aix-stuff/snort-files.tar.gz
aix-stuff/aix.sh

Download, build and install GNU make
================================================================================
$ wget http://ftp.gnu.org/pub/gnu/make/make-3.81.tar.bz2
$ mkdir /tmp/gnu-make
$ bunzip2 make-3.81.tar.bz2
$ tar xf make-3.81.tar
$ cd make-3.81
$ ./configure --prefix=/tmp/gnu-make
$ make
$ make install
$ export PATH=/tmp/gnu-make/bin:$PATH

Download and unpack Snort, uncompress files, apply patch and build
================================================================================
$ wget http://dl.snort.org/snort-current/snort-2.8.5.1.tar.gz
$ gunzip snort-2.8.5.1.tar.gz
$ tar xf snort-2.8.5.1.tar
$ cp snort-files.tar.gz snort-2.8.5.1
$ cd snort-2.5.8.1
$ gunzip snort-files.tar.gz
$ tar xf snort-files.tar
$ patch -p0 < aix.diff
$ LDFLAGS="-Wl,-brtl" ./configure <your configure switches>
$ make
$ make install

Using aix.sh - will automatically do all of the above (results may vary)
================================================================================
$ ./aix.sh "./configure <your configure switches>"


Attachment: aix-stuff.tar.bz2
Description:

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Snort-devel mailing list
Snort-devel () lists sourceforge net
https://lists.sourceforge.net/lists/listinfo/snort-devel

Current thread: