We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
root@kali:~/mana# make make -C hostapd-mana/hostapd/ make[1]: Entering directory '/root/mana/hostapd-mana/hostapd' In file included from ../src/eap_server/eap_server_pwd.c:14: /root/mana/hostapd-mana/src/eap_common/eap_pwd_common.h:12:10: fatal error: openssl/bn.h: No such file or directory 12 | #include <openssl/bn.h> | ^~~~~~~~~~~~~~ compilation terminated. make[1]: *** [Makefile:891: ../src/eap_server/eap_server_pwd.o] Error 1 make[1]: Leaving directory '/root/mana/hostapd-mana/hostapd' make: *** [Makefile:3: all] Error 2
I have installed libnl-3-dev installed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
root@kali:~/mana# make
make -C hostapd-mana/hostapd/
make[1]: Entering directory '/root/mana/hostapd-mana/hostapd'
In file included from ../src/eap_server/eap_server_pwd.c:14:
/root/mana/hostapd-mana/src/eap_common/eap_pwd_common.h:12:10: fatal error: openssl/bn.h: No such file or directory
12 | #include <openssl/bn.h>
| ^~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:891: ../src/eap_server/eap_server_pwd.o] Error 1
make[1]: Leaving directory '/root/mana/hostapd-mana/hostapd'
make: *** [Makefile:3: all] Error 2
I have installed libnl-3-dev installed
The text was updated successfully, but these errors were encountered: