I'm running the latest version of Kali on a VirtualBox, and I cannot get hcxtools installed. More specifically, I can not figure out how to get the dependency
pcap.h
. Running make
in /hcxtools
responds:
root@Lead-Pencil-Tip:~/hcxtools# make
cc -O3 -Wall -Wextra -std=gnu99 -MMD -MF .deps/wlanhcx2cap.d -o wlanhcx2cap wlanhcx2cap.c -lpcap
wlanhcx2cap.c:12:10: fatal error: pcap.h: No such file or directory
#include
^~~~~~~~
compilation terminated.
make: *** [Makefile:81: wlanhcx2cap] Error 1
I've installed:
libssl-dev
libcurl4-gnutls-dev
libcurl4-openssl-dev
libssl-dev
zlib1g-dev
libpcap-dev
The answers in issues 51 and 61 have not solved my problem.
Asked by Mark Deven
(117 rep)
Jan 14, 2019, 01:54 PM
Last activity: Jul 12, 2019, 10:35 AM
Last activity: Jul 12, 2019, 10:35 AM