forge_socket icon indicating copy to clipboard operation
forge_socket copied to clipboard

compile forge_socket error

Open forzxc opened this issue 10 years ago • 1 comments

make make -C /lib/modules/2.6.32-504.el6.x86_64/build M=/home/zmap/forge_socket modules make: *** /lib/modules/2.6.32-504.el6.x86_64/build: not found file or directory 。stop。 make: *** [all] error 2 what is wrong? please help. my os is centos6.5

forzxc avatar Apr 12 '15 17:04 forzxc

You need to install your kernel headers.

When such are installed, they are presented as a symlink, at least in debian-like environments, from /lib/modules/$(uname -r)/build towards /usr/src/linux-$(uname -r).

akatrevorjay avatar Dec 20 '17 09:12 akatrevorjay