-
Notifications
You must be signed in to change notification settings - Fork 885
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
"/bin/ash: naive: not found" on OpenWRT X86-64 #37
Comments
I tried to build it.
Could you please check what i missed? My openwrt is And I modified the following 2 file. ("get-clang.sh" &"get-openwrt.sh" )
added this to "get-openwrt.sh"
Thanks |
OpenWrt uses a different libc from Ubuntu (musl). The error means s working ELF interpreter is not found. The -linux-x64 builds are built for Ubuntus, not OpenWrt. If you need a real OpenWrt build, tell me the architecture on which you plan to use it, and I'll create a new build. |
Thanks for your reply. I use this architecture: Thanks a lot. |
You're using it in QEMU, which I consider a test case, not a real workload. What kind of hardware do you use it for? |
I use a small computer ( CPU: intel N3150 ) runing MikroTik RouterOS's KVM. MikroTik RouterOS: My hardware: Thanks |
See naiveproxy-v80.0.3987.87-1-openwrt-x86_64.tar.xz |
It can not work. I've installed libnss 3.48-1 package on OpenWrt. show this message on Firefox
on OpenWrt
and on the server side, I didn't see any connection coming from port 443. |
See "Generate certificates" in https://www.chromium.org/quic/playing-with-quic and https://source.chromium.org/chromium/chromium/src/+/master:docs/linux/cert_management.md (though you don't actually need certutil for adding root CA; you can do that in the browser with GUI). |
I found out that is my mistake. I resolved the wrong domain name before. |
I used OpenWrt 19.07.1_x86-64 at Qemu.
It can run caddy without error by their linux-x64 version.
When I started naiveproxy-linux-x64.
It showed "/bin/ash: naive: not found"
Should I build a OpenWrt Version? Is it difficult?
Please help. Thanks
The text was updated successfully, but these errors were encountered: