On Wednesday 11 February 2009 12:53:48 Abdolmohaimen Siddig wrote: > I need to install dhcp server. if it is exist some where in busybox or > other please tell me how to configure it . or otherwise how the problem of > shared library can be solved
the uClibc package itself provides the C library, resolver, etc... if you dont have that package installed, then you wont have any system libraries. the libnss_dns.so is a glibc-specific library. either dhcp itself was not compiled properly, or it refers directly to the library. most likely the issue is the former rather than the latter. run `emerge dhcp` *inside of the chroot* and make sure that it works there before trying to transition over to the /tinygentoo. also, the /tinygentoo step has to be performed inside of the chroot, not outside of it. -mike
