Installing and Configuring Snort on CentOS 6.5
Prerequisties
yum install flex bison libpcap libpcap-devel zlib zlib-devel glibc-headers gcc-c++ make -y
Enstalling Dependencies
tar -zxf libdnet-1.11.tar.gz
cd libdnet-1.11
./configure && make && make install
tar -zxf pcre-8.39.tar.gz
cd pcre-8.39
./configure && make && make install
Installing DAQ
tar -zxf da ...
Posted on Tue, 25 Aug 2026 16:22:55 +0000 by Opticon