From owner-freebsd-questions@FreeBSD.ORG Tue Aug 28 19:55:09 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 340BC16A41A for ; Tue, 28 Aug 2007 19:55:09 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id D231713C428 for ; Tue, 28 Aug 2007 19:55:08 +0000 (UTC) (envelope-from freebsd-questions@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1IQ79S-000852-KF for freebsd-questions@freebsd.org; Tue, 28 Aug 2007 21:55:02 +0200 Received: from 65.164.123.28 ([65.164.123.28]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Aug 2007 21:55:02 +0200 Received: from jdrukman by 65.164.123.28 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 28 Aug 2007 21:55:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-questions@freebsd.org From: Jon Drukman Date: Tue, 28 Aug 2007 12:50:34 -0700 Lines: 7 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: 65.164.123.28 User-Agent: Thunderbird 2.0.0.4 (Macintosh/20070604) Sender: news Subject: 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:55:09 -0000 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-