ERROR! daq_static library not found, go get it from http://www.snort.org/

1) check the following command

which daq-modules-congif 

Output should be like this.

 /usr/bin/which: no daq-modules-congif in (/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin) 

Then access the daq directory in our case.

cd /usr/local/src/daq-2.0.6/

2) use the following command

 export PATH=$PATH:/usr/local/bin 

3) run the below command

 which daq-modules-config 

Output will be like this

 /usr/local/bin/daq-modules-config 

Issue solvedĀ 

Post navigation

Leave a Reply