From owner-freebsd-hackers Sat May 12 16:52:31 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mailf.telia.com (mailf.telia.com [194.22.194.25]) by hub.freebsd.org (Postfix) with ESMTP id 4ECDF37B423 for ; Sat, 12 May 2001 16:52:27 -0700 (PDT) (envelope-from ertr1013@student.uu.se) Received: from d1o913.telia.com (d1o913.telia.com [195.252.44.241]) by mailf.telia.com (8.11.2/8.11.0) with ESMTP id f4CNqPt14025 for ; Sun, 13 May 2001 01:52:26 +0200 (CEST) Received: from ertr1013.student.uu.se (h185n2fls20o913.telia.com [212.181.163.185]) by d1o913.telia.com (8.8.8/8.8.8) with SMTP id BAA22471 for ; Sun, 13 May 2001 01:52:25 +0200 (CEST) Received: (qmail 11778 invoked by uid 1001); 12 May 2001 23:52:26 -0000 Date: Sun, 13 May 2001 01:52:26 +0200 From: Erik Trulsson To: Terry Lambert Cc: hackers@FreeBSD.ORG Subject: Re: SSH Must Die Message-ID: <20010513015226.A11730@student.uu.se> Mail-Followup-To: Terry Lambert , hackers@FreeBSD.ORG References: <3AFD1D6D.51731EAC@mindspring.com> <20010512072320L.jkh@osd.bsdi.com> <20010512195010.A6364@student.uu.se> <3AFDC7D1.2B00F93C@mindspring.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <3AFDC7D1.2B00F93C@mindspring.com>; from tlambert2@mindspring.com on Sat, May 12, 2001 at 04:31:29PM -0700 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, May 12, 2001 at 04:31:29PM -0700, Terry Lambert wrote: > Erik Trulsson wrote: > > Exactly how is rpping it out of FreeBSD supposed to make ssh work? > > I don't necessarily want it to work or not work, I just > want it to quit being a pain in my backside. > > If it can't be made to upgrade correctly, then ripping it > out also satisfies the criteria necessary to achieve the > intended goal. > > > I think I had similar problems at some point between 4.2-R > > and 4.3-R. At some (fairly late IIRC) point inbetween the > > version numbers of some of the crypto libraries was increased. > > After a buildworld I had both libXXXX.so.1 and libXXXX.so.2 > > installed in /usr/lib. I think deleting/moving one of them > > (the .so.1 one IIRC) and then doing a new build/installworld > > with 'COMPAT4X=yes' in /etc/make.conf made things work > > correctly. I am afraid I don't remember the details exactly > > but it might be a starting point. > > Yes, I see multiple installed copies of the libraries > on my system. Since this is a cDROM from a "make release", > I expected to see that for compatability reasons. > > Are you saying that if I install the new "compat4" stuff > from the 4.3 CDROM, the problem will solve itself? I am > willing to try that, but won't be able to tell you what > happened until Monday. > The "compat4" stuff should install libraries in /usr/lib/compat/ After you have installed those, make sure that libraries found in /usr/lib/compat/ are not also installed in /usr/lib/ (E.g. if you have both /usr/lib/compat/libssl.so.1 and /usr/lib/libssl.so.1 then you should delete the latter.) And then you should use ldconfig or reboot to make sure that the right libraries are found. At least that fixed it for me but YMMV. (Might work with just removing the duplicate libraries from /usr/lib, except that if you have any binaries linked against the older versions they will probably stop working.) (No, I don't know why it wouldn't work with the older libraries residing in /usr/lib/ . It should have worked as I understand things. Well, everything works fine for me now anyway.) -- Erik Trulsson ertr1013@student.uu.se To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message