From owner-freebsd-questions Mon Sep 9 14:44:27 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id OAA22122 for questions-outgoing; Mon, 9 Sep 1996 14:44:27 -0700 (PDT) Received: from ghost.mep.ruhr-uni-bochum.de (ghost.mep.ruhr-uni-bochum.de [134.147.6.16]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id OAA22106 for ; Mon, 9 Sep 1996 14:44:17 -0700 (PDT) Received: (from roberte@localhost) by ghost.mep.ruhr-uni-bochum.de (8.7.5/8.7.3) id XAA05351; Mon, 9 Sep 1996 23:43:34 +0200 (MET DST) From: Robert Eckardt Message-Id: <199609092143.XAA05351@ghost.mep.ruhr-uni-bochum.de> Subject: Re: Missing Library ? In-Reply-To: from Doug White at "8. Sep. 96 20:39:00" To: dwhite@resnet.uoregon.edu Date: Mon, 9 Sep 1996 23:43:32 +0200 (MET DST) Cc: randyd@nconnect.net, questions@freebsd.org X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > "libc.so.3.0". Where can one find this library??? :-) > > cp /usr/lib/libc.so.2.2 /usr/lib/libc.so.3.0 > > :-) > > You downloaded packages from -current for 2.1.5. The copy will fix you > up. (The change to libc was actually rather minor, but required the major > version bump) I would like to jump in here. (I was already wondering where I got that 3.0-lib it from.) (One change was obviously that NLS seems to work without LANG set -- vs. libc.so.2.2, which doesn't. -- just to note.) When I recompiled elm and linked to libc.so.3.0, I got an error under YP/NIS that I would have no passwd entry. It seems to me that getpwnam() and getpwuid() don't work with YP/NIS. The libc.so.2.2 variant works o.k. with YP/NIS. Can this be caused by an error in libc.so.3.0 or NIS or just result from the usage on an FBSD-2.1/2.1.5 system ? Regards, Robert