All of lore.kernel.org
 help / color / mirror / Atom feed
* Failed to compile libnetfilter_queeu 1.0.1 under Centos 6.2
@ 2012-01-16 11:22 Andres Velasco Garcia
  2012-01-16 12:18 ` Jan Engelhardt
  2012-01-16 15:58 ` Pablo Neira Ayuso
  0 siblings, 2 replies; 7+ messages in thread
From: Andres Velasco Garcia @ 2012-01-16 11:22 UTC (permalink / raw)
  To: netfilter


I could not find a netfilter_queue RPM for Centos 6.2 so went to compile it (after successfully installing nfnetflink RPMs). 
 
The error I got was:
 
make[1]: Entering directory `/home/dev/software/libnetfilter_queue-1.0.1/src'
  CC     libnetfilter_queue.lo
In file included from ../include/libnetfilter_queue/libnetfilter_queue.h:19,
                 from libnetfilter_queue.c:34:
../include/libnetfilter_queue/linux_nfnetlink_queue.h:8:42: error: libnfnetlink/linux_nfnetlink.h: No such file or directory


I solved it by modifying the following header:
 
libnetfilter_queue-1.0.1/include/libnetfilter_queue/linux_nfnetlink_queue.h
 
as follows: 
 
//#include <libnfnetlink/linux_nfnetlink.h>
#include <linux/netfilter/nfnetlink.h>
 
Am I missing something?



Andres Velasco
M: +34 670 40 73 69
Skype: newwwave.andres.velasco
 		 	   		  

^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <CAFs09d4CPqyotppJCm4ZxYDxe6KGO5ZtTtSZztRDuXD55u5s3A@mail.gmail.com>]

end of thread, other threads:[~2012-08-30 12:45 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-16 11:22 Failed to compile libnetfilter_queeu 1.0.1 under Centos 6.2 Andres Velasco Garcia
2012-01-16 12:18 ` Jan Engelhardt
2012-01-16 15:59   ` Andres Velasco Garcia
2012-01-16 15:58 ` Pablo Neira Ayuso
2012-08-30 12:45   ` Guillaume Rembert
     [not found] <CAFs09d4CPqyotppJCm4ZxYDxe6KGO5ZtTtSZztRDuXD55u5s3A@mail.gmail.com>
2012-06-29 21:36 ` David Hajoglou
2012-06-29 21:51   ` Jan Engelhardt

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.