From owner-freebsd-questions@FreeBSD.ORG Tue Aug 28 21:31:07 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 758) id C269316A46E; Tue, 28 Aug 2007 21:31:07 +0000 (UTC) Date: Tue, 28 Aug 2007 21:31:07 +0000 From: Kris Kennaway To: Jon Drukman Message-ID: <20070828213107.GE85642@hub.freebsd.org> References: <20070828200057.G27963@duane.dbq.yournetplus.com> <20070828204816.GD85642@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-questions@freebsd.org Subject: Re: FreeBSD 4.11 binary compatibility (libm.so.2, etc) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Aug 2007 21:31:07 -0000 On Tue, Aug 28, 2007 at 02:23:42PM -0700, Jon Drukman wrote: > On 8/28/07, Kris Kennaway wrote: > > > > > > Have you tried the compat4 port: > > > > /usr/ports/misc/compat4x > > > > > > thanks! that got me past one error, now i'm stuck on libcrypt.so.2 > > > > > > is there a port for libcrypt compat? (i didn't find anything obvious by > > > searching on *compat* or *crypt*) > > > > It's part of the same freebsd compat ports. > > > It's not in compat4x. On a whim I tried installing compat5x and that > provided the missing library. Sounds right, although what the binary is doing is not correct and in principle it may not work properly. If you have run it before then it will continue to work as well as it ever did though. Kris