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

Problem while running the make command #28

Open
CodewithAfkar opened this issue Apr 18, 2023 · 3 comments
Open

Problem while running the make command #28

CodewithAfkar opened this issue Apr 18, 2023 · 3 comments

Comments

@CodewithAfkar
Copy link

When the "make" command is ran, theres an issue which reads, "tls/bignum.c:14:10: fatal error: includes.h: No such file or directory
14 | #include "includes.h"
"
Thus, I cannot compile the library or install it.

@mayburs
Copy link

mayburs commented Aug 17, 2023

Yes,
I have the same problem with this error:

#####################################
cc -Ipwd -Ipwd/utils/ -Ipwd/tls/ -Ipwd/wps/ -Ipwd/crypto/ -Ipwd/common/ -DUSE_INTERNAL_CRYPTO -DCONFIG_NO_RANDOM_POOL -o bully bully.c -lpcap
bully.c:26:10: fatal error: pcap.h: No such file or directory
26 | #include <pcap.h>
| ^~~~~~~~
compilation terminated.
make: *** [Makefile:20: bully] Error 1
######################################

any ideas?

@soxrok2212
Copy link
Collaborator

soxrok2212 commented Oct 9, 2023

When the "make" command is ran, theres an issue which reads, "tls/bignum.c:14:10: fatal error: includes.h: No such file or directory
14 | #include "includes.h"
"
Thus, I cannot compile the library or install it.

Try sudo apt install libssl-dev

EDIT: actually, try to revert this commit: 04185d7

@soxrok2212
Copy link
Collaborator

Yes, I have the same problem with this error:

##################################### cc -Ipwd -Ipwd/utils/ -Ipwd/tls/ -Ipwd/wps/ -Ipwd/crypto/ -Ipwd/common/ -DUSE_INTERNAL_CRYPTO -DCONFIG_NO_RANDOM_POOL -o bully bully.c -lpcap bully.c:26:10: fatal error: pcap.h: No such file or directory 26 | #include <pcap.h> | ^~~~~~~~ compilation terminated. make: *** [Makefile:20: bully] Error 1 ######################################

any ideas?

Please read the README. It has the dependencies.

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

3 participants