From owner-freebsd-questions@FreeBSD.ORG Wed Jul 2 07:51:27 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 423C337B401 for ; Wed, 2 Jul 2003 07:51:27 -0700 (PDT) Received: from mailhub.yumyumyum.org (dsl092-171-091.wdc1.dsl.speakeasy.net [66.92.171.91]) by mx1.FreeBSD.org (Postfix) with ESMTP id CA2DB43F3F for ; Wed, 2 Jul 2003 07:51:25 -0700 (PDT) (envelope-from culverk@yumyumyum.org) Received: by mailhub.yumyumyum.org (Postfix, from userid 1001) id 064502CF; Wed, 2 Jul 2003 10:51:41 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by mailhub.yumyumyum.org (Postfix) with ESMTP id 012302B7; Wed, 2 Jul 2003 10:51:40 -0400 (EDT) Date: Wed, 2 Jul 2003 10:51:40 -0400 (EDT) From: Kenneth Culver To: james In-Reply-To: <20030702144612.M70352@moomoomoo.net> Message-ID: <20030702105111.M10889@alpha.yumyumyum.org> References: <20030702141308.M27707@juana.isp.net.au> <20030702144612.M70352@moomoomoo.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: Miguel Mendez cc: freebsd-questions@freebsd.org Subject: Re: libc (?) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Jul 2003 14:51:27 -0000 > Probably a really stupid question - but is there a compatability port of > some sort for 4.x systems so we can run things compiled for 5.x ? :-) No, but you can go the other way around. You MIGHT be able to use the 5.x libc directly on 4.x, but I wouldn't recommend it. Ken