From owner-freebsd-questions Thu Mar 6 11:00:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA04384 for questions-outgoing; Thu, 6 Mar 1997 11:00:22 -0800 (PST) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA04379 for ; Thu, 6 Mar 1997 11:00:20 -0800 (PST) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.5/8.6.12) with SMTP id LAA02135; Thu, 6 Mar 1997 11:00:07 -0800 (PST) Date: Thu, 6 Mar 1997 11:00:07 -0800 (PST) From: Doug White X-Sender: dwhite@localhost Reply-To: Doug White To: Mark Rollings cc: freebsd-questions@freebsd.org Subject: Re: lib.so.3.0 revisited. In-Reply-To: <01284656201436@telcentral.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997, Mark Rollings wrote: > I installed FreeBSD 2.1.7-RELEASE. I added the bash-2.0.tgz package to > the system via pkg_add. Upon completing this addition... no users using a > bash shell from a remote site were able to log into the system, and were > disconnected with the message: > > lib.so failed: cannot find lib.so.3.0 > > I am curious as to how this can be remedied... or what I have possibly done > incorrectly to induce this situation. for some reason the package you installed was linked against libc 3.0 instead of libc 2.2, which means the package was built on a 2.2-GAMMA box or a "fixed" 2.1.7 box. Make sure you install the 2.1.x package (in ftp.freebsd.org:/pub/FreeBSD/packages-2.1.7/shells/) instead of the '-current' package. I'll reiterate that you can fix this by putting '-s' on teh boot: prompt, which will get you single user mode and the sh shell. Copy /usr/lib/libc.so.2.2 to libc.so.3.0, type 'exit' and you should be up and running again. > Mark Rollings > Systems Administrator > TelCentral Internet > www.telcentral.net That's where that came from! I'm going to get another message from your autoresponder. Could you please disable it or use a different email address? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major