On Thu, Mar 28, 2002 at 10:48:12PM +0100, Jacco Rens wrote:
> Hi list,
>
> has anyone managed to build snort <http://www.snort.org> on Mac OS X ?
> i want to build an secure box, and wanted to have a look at this
> application.
>
> the make command comes with so may errors, i give up :-)
>
[snip]
>
> Since i'm new to this, i don't know where to start looking...
Below is a configure that worked for me. Note you'll need to
install libpcap first (at least the headers), and possibly openssl
headers as well (thus the /usr/local for each of them).
snort runs for me, though I had a panic after it had been
running for awhile (lost ubc_info, didn't track it closer than
that) on my Pismo 500 w/ 10.1.3.
./configure --with-libpcap-includes=/usr/local/include --with-libpcap-libraries=/usr/local/lib --with-open
ssl=/usr/local --no-create --no-recursion
-eric
_______________________________________________
unix-porting mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/unix-porting
Do not post admin requests to the list. They will be ignored.