Ok configure didn't freak out on me but when I go to make I get the following:
CC ring_rx.c ring_rx.c: In function 'destroy_rx_ring': ring_rx.c:26: error: 'TPACKET_V3' undeclared (first use in this function) ring_rx.c:26: error: (Each undeclared identifier is reported only once ring_rx.c:26: error: for each function it appears in.) ring_rx.c: In function 'sock_rx_net_stats': ring_rx.c:162: error: 'TPACKET_V3' undeclared (first use in this function) ring_rx.c:165: error: field 'k3' has incomplete type make: *** [netsniff-ng/ring_rx.o] Error 1 Thanks Mike On Aug 13, 2014, at 9:20 PM, Jon Schipp <[email protected]> wrote: > Try the following: > > export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig > echo "/usr/local/lib" > /etc/ld.so.conf.d/libnl.conf > ldconfig > > On Wed, Aug 13, 2014 at 8:09 PM, Mike Reeves <[email protected]> wrote: >> Trying to compile the latest RC candidate from github and I am getting this >> when I go to install in the config.log: >> >> Package libnl-3.0 was not found in the pkg-config search path. >> >> I have libnl3 installed but not sure anyone else has seen this problem. I am >> running CentOS 6.5. >> >> Thanks >> >> Mike >> >> -- >> You received this message because you are subscribed to the Google Groups >> "netsniff-ng" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> For more options, visit https://groups.google.com/d/optout. > > > > -- > Jon Schipp, > jonschipp.com, sickbits.net > > -- > You received this message because you are subscribed to the Google Groups > "netsniff-ng" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. -- You received this message because you are subscribed to the Google Groups "netsniff-ng" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
