Dear All,
I am trying to install pf_ring on centos 6 using its user guide. I am stuck at page 10 for this command
$ cd <PF_RING PATH>/userland/lib
$ ./configure
$ make
I get this error
make
ar x libs/libpfring_dna_x86_64.a
ar x libs/libpfring_mod_virtual_x86_64.a
gcc -g -Wall -fPIC -I../../kernel -I../../vPF_RING/guest/kernel -D HAVE_DNA -D HAVE_VIRTUAL -c pfring_mod.c -o pfring_mod.o
pfring_mod.c:22:30: error: linux/net_tstamp.h: No such file or directory
pfring_mod.c: In function ‘pfring_enable_hw_timestamp’:
pfring_mod.c:64: error: storage size of ‘hwconfig’ isn’t known
pfring_mod.c:74: error: ‘HWTSTAMP_TX_OFF’ undeclared (first use in this function)
pfring_mod.c:74: error: (Each undeclared identifier is reported only once
pfring_mod.c:74: error: for each function it appears in.)
pfring_mod.c:75: error: ‘HWTSTAMP_FILTER_ALL’ undeclared (first use in this function)
pfring_mod.c:64: warning: unused variable ‘hwconfig’
make: *** [pfring_mod.o] Error 1