From owner-freebsd-questions@FreeBSD.ORG Tue Aug 28 19:59:37 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E242B16A41B for ; Tue, 28 Aug 2007 19:59:37 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (crsd-pt.tunnel.tserv2.fmt.ipv6.he.net [IPv6:2001:470:1f03:2d5::2]) by mx1.freebsd.org (Postfix) with ESMTP id C578B13C461 for ; Tue, 28 Aug 2007 19:59:36 +0000 (UTC) (envelope-from yuri@darklight.org.ru) Received: from darklight.org.ru (yuri@darklight.org.ru [127.0.0.1]) by darklight.org.ru (8.14.1/8.14.1) with ESMTP id l7SJxKiP006156 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 28 Aug 2007 23:59:21 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Received: (from yuri@localhost) by darklight.org.ru (8.14.1/8.14.1/Submit) id l7SJxKSJ006155; Tue, 28 Aug 2007 23:59:20 +0400 (MSD) (envelope-from yuri@darklight.org.ru) Date: Tue, 28 Aug 2007 23:59:20 +0400 From: Yuri Pankov To: Jon Drukman Message-ID: <20070828195920.GC1338@darklight.org.ru> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) 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 19:59:38 -0000 On Tue, Aug 28, 2007 at 12:50:34PM -0700, Jon Drukman wrote: > I just installed FBSD 6.2, but I have a requirement to use some precompiled > binaries from FreeBSD 4.11. They are failing because libm.so.2 is not > available. Is there a compatibility package that I can install which will > give me the older libraries? I do not have the source code to recompile > these applications. > > -jsd- /usr/ports/misc/compat4x HTH, Yuri