-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Dail TCP Lookup Connection Error #1138
Comments
Is your program compiled with |
DNS Resolver is |
This not a DNS resolver ! Note that static linking of the executable does not have any effect. Resolver from GNU libc always used via dlopen(). That is why it works in Ubuntu but not in Termux. |
@xeffyr Any Solution for this? |
If CGO was disabled at build time, binary will look for file /etc/resolv.conf. In such case you should be able to run binary with |
Perhaps it may be easier to recompile it on device. Do:
Binary "cli" will be available at Other workarounds are not exist: either use binary in environment it was compiled for or recompile binary for Termux. |
but got this below error (Using Binary file
|
Try to use a binary compiled specially for Termux/android: gotify-cli.gz (arm64). |
Thanks let me try and Update |
Thanks a lot, it's working |
Follow this step working |
Hello, I'm trying to compile netlify/netlify-credential-helper, which doesn't provide a binary for Android. By modifying makefile I managed to build for EDIT: Nevermind, it seems that this error was caused by error in their code, which got triggered by me not being logged in with netlify cli. All works now 🎉 |
I am running a CLI based on Golang
While trying to connect any URLs I got this Below Error
The text was updated successfully, but these errors were encountered: