[BusyBox] Re: dhcp

Allan Clark allanc at chickenandporn.com
Sun May 15 09:24:02 UTC 2005


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...
>

Those hidden dependencies, those are not noticed because they're
dlopen()'d based on nsswitch, right?

Allan




More information about the busybox mailing list