From owner-freebsd-questions@FreeBSD.ORG Fri Nov 24 11:00:29 2006 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 3981416A4FD for ; Fri, 24 Nov 2006 11:00:29 +0000 (UTC) (envelope-from joe@joeholden.co.uk) Received: from claire.ber.rewt.org.uk (claire.ber.rewt.org.uk [217.160.200.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id CD90043D82 for ; Fri, 24 Nov 2006 10:59:46 +0000 (GMT) (envelope-from joe@joeholden.co.uk) Received: from localhost (unknown [127.0.0.1]) by claire.ber.rewt.org.uk (Postfix) with ESMTP id A96985C26; Fri, 24 Nov 2006 11:00:25 +0000 (GMT) X-Virus-Scanned: amavisd-new at claire.ber.rewt.org.uk Received: from claire.ber.rewt.org.uk ([127.0.0.1]) by localhost (claire.ber.rewt.org.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id fzB-SXFuU8xN; Fri, 24 Nov 2006 11:00:23 +0000 (GMT) Received: from [62.84.172.67] (dsl172-67.as6911.net [62.84.172.67]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by claire.ber.rewt.org.uk (Postfix) with ESMTP id 165785C25; Fri, 24 Nov 2006 11:00:22 +0000 (GMT) Message-ID: <4566D0C3.5080203@joeholden.co.uk> Date: Fri, 24 Nov 2006 11:00:19 +0000 From: Joe Holden User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Odhiambo Washington , freebsd-questions@freebsd.org References: <20061124105536.GI67531@ns2.wananchi.com> In-Reply-To: <20061124105536.GI67531@ns2.wananchi.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: 4.x binaries on 6.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: joe@joeholden.co.uk List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Nov 2006 11:00:29 -0000 Odhiambo Washington wrote: > How do I run binaries compiled in FreeBSD 4.11 on a box running 6.2-PRE? Make sure the compat for FreeBSD 4.x is in your kernel (present in GENERIC), and also install the port misc/compat4x, that should do it. Thanks, J