I'm trying to install pf-ring on mac os x yosemite 10.10.4. Doing what's written here: http://www.ntop.org/get-started/download/so:
git clone https://github.com/ntop/PF_RING.gitcd PF_RING/kernel
so far so good, bu when doing "make" getting this:
$ makemake -C /lib/modules/14.4.0/build SUBDIRS=/usr/local/src/PF_RING/kernel EXTRA_CFLAGS='-I/usr/local/src/PF_RING/kernel -DGIT_REV="\"dev:b2a8f8a93b226e74428424e91a2ea3bd3148123d\""' modulesmake[1]: *** /lib/modules/14.4.0/build: No such file or directory. Stop.Makefile:38: recipe for target 'all' failedmake: *** [all] Error 2
What's the problem and how to solve it? Please help!Thank you!