Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Apr 2003 00:23:46 +0700
From:      Max Khon <fjoe@iclub.nsu.ru>
To:        "Jacques A. Vidrine" <nectar@FreeBSD.org>, Craig Boston <craig@xfoil.gank.org>, freebsd-current@FreeBSD.org
Subject:   Re: HEADS UP: new NSS
Message-ID:  <20030418002346.A91615@iclub.nsu.ru>
In-Reply-To: <20030417144449.GA4530@madman.celabo.org>; from nectar@freebsd.org on Thu, Apr 17, 2003 at 09:44:50AM -0500
References:  <20030417141133.GA4155@madman.celabo.org> <1050590195.76150.8.camel@owen1492.uf.corelab.com> <20030417144449.GA4530@madman.celabo.org>

next in thread | previous in thread | raw e-mail | index | archive | help
hi, there!

On Thu, Apr 17, 2003 at 09:44:50AM -0500, Jacques A. Vidrine wrote:

> > Out of curiosity, how do the staticly-linked binaries in /bin and /sbin
> > handle this since they can't dlopen anything?  Do users handled by
> > dynamically-loaded NSS modules just show up as UIDs with no name in
> > /bin/ls?
> 
> Yep.
> The following is a work-around:
> 
>    cd /usr/src/bin/ls
>    make clean
>    make NOSHARED=NO depend
>    make NOSHARED=NO
>    make NOSHARED=NO install

it will not work in single user mode when /usr is not mounted, right?
do you plan to migrate to shared root just like NetBSD did a few months ago?

/fjoe



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030418002346.A91615>