BRO on CentOS 6.6
Posted in Uncategorized on Feb 17th, 2015
Install CentOS 6.6 minimal chkconfig iptables off chkconfig ip6tables off Disable selinux and reboot yum -y install http://mirror.umd.edu/fedora/epel/6/i386/epel-release-6-8.noarch.rpm yum -y update yum -y install bison cmake file-devel flex gcc gcc-c++ libpcap-devel libunwind make openssl-devel python-devel swig wget zlib-devel yum -y install gperftools GeoIP GeoIP-update GeoIP-update6 xerces-c xqilla cd /usr/local/src wget http://www.bro.org/downloads/release/bro-2.3.2.tar.gz tar xvzf bro-2.3.2.tar.gz cd bro* ./configure […]