On Tue, Jan 11, 2011 at 1:53 AM, David Henderson <[email protected]> wrote: > I've got the networking up and running using busybox (verified by > successfully pinging by IP address to network peers). I've run into a > problem pinging by DNS though. I searched Google and read that busybox > apparently doesn't need to use nsswitch,
It depends only on the libc you use, not on busybox. If you build against glibc, you will still use nsswitch. > but I've got to be missing > something for this to not be working. Any thoughts? For most libc's, you need to set up /etc/resolv.conf. -- vda _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
