On Sun, Nov 4, 2012 at 6:29 PM, Daniel Borkmann <[email protected]> wrote:
> The new build system is not yet finished, but you can give it already
> a try. It still needs two or three evenings of hacking in order to
> remove the whole cmake system, but what you can try is:
>
> 1) update to the latest Git
> 2) cd src/
> 3) make netsniff-ng
> 4) run ./netsniff-ng/netsniff-ng
>
> That should work.
Good morning Daniel,
I tried the steps above in a clean directory and got the following:
make netsniff-ng
Building netsniff-ng:
-e CC hash.c
-e CC mac80211.c
In file included from mac80211.c:20:0:
/usr/include/libnl3/netlink/genl/genl.h:15:29: fatal error:
netlink/netlink.h: No such file or directory
compilation terminated.
make: *** [mac80211.o] Error 1
Of course, I still have netlink/netlink.h installed:
ls -alh /usr/include/libnl3/netlink/netlink.h
-rw-r--r-- 1 root root 2.6K Apr 2 2012 /usr/include/libnl3/netlink/netlink.h
dpkg -l |grep libnl
ii libnl-3-200 3.2.3-2ubuntu2
library for dealing with netlink sockets
ii libnl-3-dev 3.2.3-2ubuntu2
development library and headers for libnl-3
ii libnl-genl-3-200 3.2.3-2ubuntu2
library for dealing with netlink sockets - generic netlink
ii libnl-genl-3-dev 3.2.3-2ubuntu2
development library and headers for libnl-genl-3
ii libnl-route-3-200 3.2.3-2ubuntu2
library for dealing with netlink sockets - route interface
ii libnl1 1.1-7
library for dealing with netlink sockets
ii libnl2 2.0-1
library for dealing with netlink sockets
Any ideas?
Thanks,
--
Doug Burks
http://securityonion.blogspot.com
--