我从 xda 每次我开始时都下载了一个编译的lynx二进制Lynx它告诉我它无法连接到远程主机。我改变了 lynx.cfg
来使用 localhost
和它加载,但是当我输入URL时,没有。我用3g,2g和wifi尝试了它,没有运气。我该怎么办才能获得它的工作?
我从 xda 每次我开始时都下载了一个编译的lynx二进制Lynx它告诉我它无法连接到远程主机。我改变了 lynx.cfg
来使用 localhost
和它加载,但是当我输入URL时,没有。我用3g,2g和wifi尝试了它,没有运气。我该怎么办才能获得它的工作?
I downloaded a compiled lynx binary from XDA and everytime I start lynx it tells me that it is unable to connect to remote host. I changed the lynx.cfg
to use localhost
and it loads, but when I enter an URL, nothing. I tried it with 3G, 2G, and WiFi, and had no luck. What should I do to get it work?
我找到了!
下载终端IDE ,它是一个Android的令人敬畏的shell。
从应用程序中安装其他包以获取:
GCC,制作3.82,SSH,SSHD,Telnetd,Bash,BusyBox,Vim,MC,HTOP,TMUX,链接2.7 ,rsync,git等!
I found it !
Download Terminal IDE, it is an awesome shell for Android.
Installs the additional packages from within the app to get :
GCC, make 3.82, ssh, sshd, telnetd, bash, busybox, vim, mc, htop, TMUX, links 2.7, rsync, git, and more !
问题是DNS绑定支持在Android上不同。 Lynx,Wget等,如果在Linux下的标准GCC静态编译,将无法查找域名,但将使用数字IP地址。您可以在android的许多Busybox实现中看到问题。
在 kevin boone's kbox2项目
中有一些讨论。The problem is that DNS binding support is different on Android. Lynx, wget, etc, if statically compiled by standard GCC under Linux, will not be able to lookup the domain name, but would work with a numerical ip address. You can see that problem in many of the busybox implementations for Android.
There is some discussion of this at Kevin Boone's KBOX2 Project
© 2022 it.wenda123.org All Rights Reserved. 问答之家 版权所有