[BusyBox] Resolver problem with uClibc

John Hall jdh28 at bigfoot.com
Mon Dec 31 11:04:28 UTC 2001


Hi,

I've compiled busybox 0.60.2 statically against the latest stable version of
uClibc on uClibc.org (0.9.8). I can't get any name resolution to work. My
hosts file looks like this:

127.0.0.1     localhost
192.168.0.41  test.local   test
192.168.0.5   ns.local     ns

and my resolv.conf looks like this:

domain local
search local
nameserver 192.168.0.5


When I try and ping something by name I get:

# ping localhost
ping: localhost: Resolver Error 0 (no error)
# ping ns.local
ping: ns.local: Resolver Error 0 (no error)

Pinging by IP address does work.

Does anyone know what I am doing wrong?

Cheers,
John Hall





More information about the busybox mailing list