|
"net/bpf.h: No such file or directory" error when making hpingProblem: When building the hping tool on RedHat Linux, it fails with the following error message: libpcap_stuff.c:20:21: net/bpf.h: No such file or directory.
Explanation: Solution: ln -s /usr/include/pcap-bpf.h /usr/include/net/bpf.h |