Bro Build Hints
From BroWiki
This Page is for collecting helpful hints for building Bro.
Contents |
Using Netgraph on FreeBSD to binding multiple network interfaces
See here.
ClamAV
Building Bro with libclamav support for virus detection on FTP data transfers:
- On FreeBSD, you need to build libclamav with the --disable-pthreads option to get bro to compile properly
Note: In recent releases, support for ClamAV has been dropped due to lacking features in libclamav's API.
Debian
On debian you need to make sure that you have installed the ncurses5-dev package:
apt-get install libncurses5-dev
OpenBSD
On OpenBSD having the "Non Blocking DNS" features means installing the libbind package :
pkg_add libbind
