inetd[10688]: shell/tcp: unknown service
Rob Landley
rob at landley.net
Fri Sep 2 14:15:29 UTC 2005
On Friday 02 September 2005 05:34, Vladimir N. Oleynik wrote:
> Jan,
>
> > standard debian i386 glic
> > I use the menuconfig to select static and then only make.
> >
> > Where do I have to put the -lnss_files to get a real
> > static version
> >
> > (why isn't it a option?)
>
> libnss do not make as static into standart distributives.
> Busybox have internal libnss_files only for passwd/group
> for partially remove problem with linbss, but do not have
> network services wrapper.
By the way, this is not a busybox problem but a glibc problem. When you
statically link any program against glibc, if you use network services glibc
will attempt to dlopen() its nss libraries, and fail if they're not there.
If you link against uclibc, you can get a static link that actually works.
Rob
More information about the busybox
mailing list