From owner-freebsd-questions@FreeBSD.ORG Tue May 4 11:56:59 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9E94F16A4CE for ; Tue, 4 May 2004 11:56:59 -0700 (PDT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DBC343D48 for ; Tue, 4 May 2004 11:56:59 -0700 (PDT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i44IuwUp056081 for freebsd-questions@freebsd.org; Tue, 4 May 2004 13:56:58 -0500 (CDT) (envelope-from dan) Date: Tue, 4 May 2004 13:56:58 -0500 From: Dan Nelson To: freebsd-questions@freebsd.org Message-ID: <20040504185658.GD2705@dan.emsphone.com> References: <20040504182725.GA13505@SDF.LONESTAR.ORG> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040504182725.GA13505@SDF.LONESTAR.ORG> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i Subject: Re: Where is nss_files.so.1? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 May 2004 18:56:59 -0000 In the last episode (May 04), Kevin A. Pieckiel said: > I'm trying to configure Samba 3.0.3 and I keep getting an error in my > logs: > > Shared object "nss_files.so.1" not found > > I only get this when I try to set up the recycle vfs object. The > file is definitely not present on my system. I did a search through > the ports tree, and only came up with the file appearing in > chinese/cle_base and emulators/linux_base-debian. Where the heck to > I get a hold of this file? I would have thought this would have been > included with the inclusion of the nsswitch subsystem in FBSD 5. I'm > currently using FBSD 5.2.1, cvs'ed and compiled today (4 May 2004). As far as I know, there is no nss_files.so on FreeBSD. The 'files', 'dns', 'compat', and 'nis' sources are built into libc. Samba shouldn't be looking for it. -- Dan Nelson dnelson@allantgroup.com