Date: Thu, 6 Mar 1997 11:00:07 -0800 (PST) From: Doug White <dwhite@gdi.uoregon.edu> To: Mark Rollings <darkstar@telcentral.net> Cc: freebsd-questions@freebsd.org Subject: Re: lib.so.3.0 revisited. Message-ID: <Pine.BSI.3.94.970306105640.2046L-100000@localhost> In-Reply-To: <01284656201436@telcentral.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSI.3.94.970306105640.2046L-100000>