-
Notifications
You must be signed in to change notification settings - Fork 68
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
Error installing on OpenWRT #20
Comments
Hi @DarkSkull91, I have the same issue. Did you find any solution? |
Hi @lcotonea, |
Ok, the problem is that libnl header files are not installed. After that, you could have an error with openssl. It's because the openssl binary of openwrt is too tiny and some internal feature are not compiled. Then you have to follow this guide (https://telecnatron.com/articles/Cross-Compiling-For-OpenWRT-On-Linux/#scamlSectionId-3) to download the cross compiling system, and compile openssl with all feature (add all openssl feature to 1 into your .config file) and install it to your device. |
try installing libnl-3-dev . it might not be in the repos (that was the case on termux) but fixed the issue for me. |
Hi, I'm trying to install roguehostapd on OpenWRT but without success... When I run the command
python setup.py install
I got these errors:
I have installed
libnl-core, libnl-genl, libnl-nf, libnl-route
andlibnl-tiny
but I cannot install it.What's the problem?
The text was updated successfully, but these errors were encountered: