On Wed, Oct 31, 2012 at 3:14 PM, Doug Burks <[email protected]> wrote: > 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.
How I hate cmake ... and without the first slash? @Markus: btw. did you fix this issue in the mean-time, since you also wrote on the list a while ago regarding this? I have to catch a flight back to Europe, so you'll hear from me some time tomorrow evening. --
