On Wed, Oct 31, 2012 at 10:05 AM, Daniel Borkmann <[email protected]> wrote: > Hmm ... it should have been installed ... according to the libnl3-dev > file: http://packages.ubuntu.com/precise/amd64/libnl-3-dev/filelist > > Does the file "/usr/include/libnl3/netlink/netlink.h" exist on your system?
Yep: 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 > Would it help if you hard-code "/usr/include/libnl3" as a path suffix > in src/cmake/modules/FindLibnl.cmake, remove the build folder and try > again? Like this? PATH_SUFFIXES /usr/include/libnl3 With a fresh build folder, running "cmake .." results in: -- Could NOT find Libnl (missing: LIBNL_INCLUDE_DIR) libnl is missing on target. Skipping netsniff-ng build. Thanks, -- Doug Burks http://securityonion.blogspot.com --
