-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
i have problem with ( make ) #1
Comments
I'm assuming you're using Kali Linux apt-get update && upgrade To install the required packages - apt-get install libpcap-dev apt-get install curl Then try the make command in hcxtools |
gcc -O3 -Wall -Wextra -o whoismac whoismac.c -lcurl ++++++++++++++++++++ |
For the curl/curl.h issue instead of: |
the same problem I've done that you say but have this "pwhash.c:17:10: fatal error: openssl/sha.h: No such file or directory |
when i try to write ( make ) or ( make install ) whoismac.c:17:10: fatal error: curl/curl.h: No such file or directory how to fix it?? help me pls |
You can solve these problems by 'apt-get install libpcap-dev libcurl4-openssl-dev libssl-dev' |
when i try to write ( make ) or ( make install )
show me this :
gcc -O3 -Wall -Wextra -DDOACTIVE -o wlandump wlandump.c -lpcap
wlandump.c:21:10: fatal error: pcap.h: No such file or directory
#include <pcap.h>
^~~~~~~~
compilation terminated.
make: *** [Makefile:24: build] Error 1
The text was updated successfully, but these errors were encountered: