Skip to content
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

Open
BasimAlmatboli opened this issue Feb 7, 2019 · 6 comments
Open

i have problem with ( make ) #1

BasimAlmatboli opened this issue Feb 7, 2019 · 6 comments

Comments

@BasimAlmatboli
Copy link

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

@Anonymous-8801
Copy link

Anonymous-8801 commented Feb 9, 2019

I'm assuming you're using Kali Linux
First you might want to update and upgrade.

apt-get update && upgrade

To install the required packages -

apt-get install libpcap-dev
apt-get install openssl

apt-get install curl
apt-get install libcurl3

Then try the make command in hcxtools
Hope this helps.

@tomdolinski
Copy link

gcc -O3 -Wall -Wextra -o whoismac whoismac.c -lcurl
whoismac.c:17:23: fatal error: curl/curl.h: No such file or directory
compilation terminated.
Makefile:24: recipe for target 'build' failed
make: *** [build] Error 1
root@chrx:/home/owner/Downloads/hcxtools-master#

++++++++++++++++++++
I also have issue with make. All recommendations installed.
OS = Gallium OS (Debian derivative)

@bsmithday
Copy link

For the curl/curl.h issue
Use:
apt-get install libcurl4-openssl-dev libssl-dev zlib1g-dev

instead of:
apt-get install libcurl3

@DrShams
Copy link

DrShams commented Mar 24, 2020

I'm assuming you're using Kali Linux
First you might want to update and upgrade.

apt-get update && upgrade

To install the required packages -

apt-get install libpcap-dev
apt-get install openssl

apt-get install curl
apt-get install libcurl3

Then try the make command in hcxtools
Hope this helps.

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
17 | #include <openssl/sha.h>"
How to fix it?

@viswatej44
Copy link

when i try to write ( make ) or ( make install )
show me this :

whoismac.c:17:10: fatal error: curl/curl.h: No such file or directory
17 | #include <curl/curl.h>
| ^~~~~~~~~~~~~

how to fix it?? help me pls

@ghost
Copy link

ghost commented Sep 14, 2020

You can solve these problems by 'apt-get install libpcap-dev libcurl4-openssl-dev libssl-dev'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants