From owner-freebsd-questions@FreeBSD.ORG Tue Mar 13 15:28:13 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 1BE1316A400 for ; Tue, 13 Mar 2007 15:28:13 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id C64AB13C489 for ; Tue, 13 Mar 2007 15:28:12 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from mr08.lnh.mail.rcn.net ([207.172.157.28]) by smtp02.lnh.mail.rcn.net with ESMTP; 13 Mar 2007 11:28:12 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr08.lnh.mail.rcn.net (MOS 3.7.5a-GA) with ESMTP id IJP71111; Tue, 13 Mar 2007 11:27:36 -0400 (EDT) Received: from 65-78-26-179.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([65.78.26.179]) by smtp01.lnh.mail.rcn.net with ESMTP; 13 Mar 2007 10:27:28 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17910.49887.381333.73086@jerusalem.litteratus.org> Date: Tue, 13 Mar 2007 10:27:27 -0500 To: questions In-Reply-To: <1173798299.26618.6.camel@localhost> References: <200703131232.l2DCWn978167@lakes.dignus.com> <17910.47489.986075.631967@jerusalem.litteratus.org> <1173798299.26618.6.camel@localhost> X-Mailer: VM 7.17 under 21.5 (beta27) "fiddleheads" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr08.lnh.mail.rcn.net) Subject: Re: 6.2 running 4.x binaries (missing libc.so.3) 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, 13 Mar 2007 15:28:13 -0000 Sergio Lenzi writes: > > > However, the 4.x binaries want to find libc.so.3, which > > > doesn't seem to be anywhere around. > > > > > > Anyone know the trick to getting this to work? > > > > /usr/ports/misc/compat4x ? > > or as a workaround > add in the /etc/libmap.conf > > libc.so.3 libc.so > libm.so.3 libm.so > > ...... > that is every shared library it complains add it to > the /etc/libmap.conf That can work. On the other hand, there's no guarantee the ABI - never mind the internal operation - of any function will remain constant across a major version bump. (As far as I know.) The safe way is to update/rebuild against current libs; failing that, to install the compat?x package. Robert Huff