[BusyBox] Re: dhcp

Mike Frysinger vapier at gentoo.org
Sun May 15 01:28:32 UTC 2005


On Saturday 14 May 2005 07:49 pm, Rob Landley wrote:
> 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...

gcc/glibc actually spits out warnings now when you try to statically link an 
app that will still require external libraries like that
-mike



More information about the busybox mailing list