|
hping |
|
Comments:
|
You need to install tcllib for hping to compile. If you still get the following error:
./configure: line 81: -: command not found And hping version info will display:
hping version info will display: You need to change the configure file to include version 8.5 in the following line: for TCLVER_TRY in "8.5" "8.4" "8.3" "8.2" "8.1" "8.0" by marc at 2009-01-07 20:03:46 |
|
When compiling hping (or any other tool that needs libpcap) you will run into a compile error: libpcap_stuff.c:20:21: error: net/bpf.h: No such file or directory libpcap_stuff.c: In function pcap_recv: libpcap_stuff.c:61: warning: pointer targets in assignment differ in signedness make: *** [libpcap_stuff.o] Error 1
This is due to the fact that the net directory does not exist. Execute the following commands to resolve this issue: by marc at 2009-01-28 22:03:19 |