Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: ERROR! daq_static library not found, go get it from http://www.snort.org/  (Read 14640 times)

0 Members and 1 Guest are viewing this topic.

arunlalpr

  • Newbie
  • *
  • Posts: 14
  • Karma: +0/-0
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  :)