Admin-Ahead Community

Linux => General Linux => Topic started by: arunlalpr on November 21, 2018, 01:17:42 am

Title: ERROR! daq_static library not found, go get it from http://www.snort.org/
Post by: arunlalpr on November 21, 2018, 01:17:42 am
ERROR!  daq_static library not found, go get it from  http://www.snort.org/

1) check the following command

# which daq-modules-congif

Output 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 command

which daq-modules-config

Output will be like this

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


Issue solved  :)