Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Apr 2003 09:44:50 -0500
From:      "Jacques A. Vidrine" <nectar@FreeBSD.org>
To:        Craig Boston <craig@xfoil.gank.org>
Cc:        freebsd-current@FreeBSD.org
Subject:   Re: HEADS UP: new NSS
Message-ID:  <20030417144449.GA4530@madman.celabo.org>
In-Reply-To: <1050590195.76150.8.camel@owen1492.uf.corelab.com>
References:  <20030417141133.GA4155@madman.celabo.org> <1050590195.76150.8.camel@owen1492.uf.corelab.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Apr 17, 2003 at 09:36:35AM -0500, Craig Boston 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

Cheers,
-- 
Jacques A. Vidrine <nectar@celabo.org>          http://www.celabo.org/
NTT/Verio SME          .     FreeBSD UNIX     .       Heimdal Kerberos
jvidrine@verio.net     .  nectar@FreeBSD.org  .          nectar@kth.se



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