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

Issue with Curl.h #67

Closed
mblackbourne opened this issue Sep 4, 2018 · 4 comments
Closed

Issue with Curl.h #67

mblackbourne opened this issue Sep 4, 2018 · 4 comments

Comments

@mblackbourne
Copy link

I have curl installed on my machine and I am receiving this error:

cc -O3 -Wall -Wextra -std=gnu99 -MMD -MF .deps/wlanhcx2cap.d -o wlanhcx2cap wlanhcx2cap.c -lpcap wlanhcx2cap.c:19:10: fatal error: curl/curl.h: No such file or directory #include <curl/curl.h> ^~~~~~~~~~~~~ compilation terminated. make: *** [Makefile:79: wlanhcx2cap] Error 1

Am I missing something?

@strasharo
Copy link
Contributor

Install the curl devel package on your distribution. On Kali it would be libcurl4-openssl-dev.

@mblackbourne
Copy link
Author

Thank you that worked! Onward and upward!

@hktalent
Copy link

apt install libcurl4-openssl-dev

@Markreturn123
Copy link

it worked perfectly

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

4 participants