[BusyBox] Re: dhcp

Rob Landley rob at landley.net
Sat May 14 23:49:09 UTC 2005


On Saturday 14 May 2005 02:29 am, Henry Pan wrote:
> ># ping: www.google.com:Unknown host
>
> I have the same problem before,
> I found out the reason is missing some libs as follow
> /lib/libnss_dns*
> /lib/libresolv*

This should be a FAQ.  Statically linking against uclibc does what you'd 
expect, but statically linking against glibc tends to introduce hidden 
dependencies the above libraries, ones that ldd won't notice...

Rob



More information about the busybox mailing list