Support #1225
closedconfigure: error: libnetfilter_queue/libnetfilter_queue.h not found
Description
As the libnetfilter_queue packages referenced in the install guide for centos 65 are several years old:
http://rules.emergingthreatspro.com/projects/emergingrepo/x86_64/libnetfilter_queue-0.0.15-1.x86_64.rpm
http://rules.emergingthreatspro.com/projects/emergingrepo/x86_64/libnetfilter_queue-devel-0.0.15-1.x86_64.rpm
I installed newer versions from the another source:
ftp://ftp5.gwdg.de/pub/opensuse/repositories/security%3A/netfilter/RHEL_6/x86_64/libnetfilter_queue1-1.0.2-38.3.x86_64.rpm
ftp://ftp5.gwdg.de/pub/opensuse/repositories/security%3A/netfilter/RHEL_6/x86_64/libnetfilter_queue-devel-1.0.2-38.3.x86_64.rpm
But when I try to compile with "--enable-nfqueue", I get an error that it can't find libnetfilter_queue/libnetfilter_queue.h:
configure: error: libnetfilter_queue/libnetfilter_queue.h not found ..
But it's there:
locate libnetfilter_queue.h
/usr/include/libnetfilter_queue-1.0.2/libnetfilter_queue/libnetfilter_queue.h
I also tried to specify the path without success:
--with-libnetfilter_queue-includes=/usr/include/libnetfilter_queue-1.0.2/ --with-libnetfilter_queue-libraries=/usr/include/libnetfilter_queue-1.0.2/