Open DarkSkull91 opened 5 years ago
Hi @DarkSkull91,
I have the same issue. Did you find any solution? I'm afraid to proceed a cross compilation since a debian distro to reach the goal...
Hi @lcotonea, No, I didn't. Could you explain how to do that? Maybe, this can help other peolple. Thanks.
Ok, the problem is that libnl header files are not installed. You can retrieve them on the openwrt github (take care of your openwrt version) and put then into your device include path : /usr/include
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?