Hhi there!
Is anyone but me experiencing problems with busyboxes network-functions? It looks like the address-resolution is broken.
ping host <- Works, as it is androids ping
busybox ping host <- Doesn't work
busybox ping ip <- Works
It's the same with all other networking binaries. (wget, httpd, ftpget, …)
I think I remember about problems with statically linked binaries that make use of getaddrinfo(3). They still need matching libraries on the target system.
Unfortunately I wasn't able to compile busybox with googles toolchain and therefore can't have a deeper look into it.
If anyone has a pointer on how to compile busybox using googles toolchain I would be happy to hear about them. I had a go with http://github.com/tm...m/droid-wrapper, but busyboxes makefile seems to be incompatible.
Peace for all
Niki
Is anyone but me experiencing problems with busyboxes network-functions? It looks like the address-resolution is broken.
ping host <- Works, as it is androids ping
busybox ping host <- Doesn't work
busybox ping ip <- Works
It's the same with all other networking binaries. (wget, httpd, ftpget, …)
I think I remember about problems with statically linked binaries that make use of getaddrinfo(3). They still need matching libraries on the target system.
Unfortunately I wasn't able to compile busybox with googles toolchain and therefore can't have a deeper look into it.
If anyone has a pointer on how to compile busybox using googles toolchain I would be happy to hear about them. I had a go with http://github.com/tm...m/droid-wrapper, but busyboxes makefile seems to be incompatible.
Peace for all
Niki






Sign In
Create Account

Back to top









