You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installing libdaq 3.0.0 (from git clone of the head) on ubuntu 18, configure sees the netfilter libraries, but does not enable the NFQ DAQ. Required libraries are installed via ubuntu package repo:
sudo apt-get install -y libnetfilter-queue-dev
( i beleive this is v 1.0.2, where the latest release is 1.0.3, but not in the repos yet)
Did you check the README for the NFQ module in DAQ 3? I rewrote it using libmnl, so that is listed as a dependency there. You don't show your full configure output, but I'm guessing you'll see it fail to find the libmnl headers.
Installing libdaq 3.0.0 (from git clone of the head) on ubuntu 18, configure sees the netfilter libraries, but does not enable the NFQ DAQ. Required libraries are installed via ubuntu package repo:
( i beleive this is v 1.0.2, where the latest release is 1.0.3, but not in the repos yet)
./configure seems to see the necessary libraries
but isn't enabled:
NFQ has worked no problem with DAQ 2.2.2.
The text was updated successfully, but these errors were encountered: