From owner-freebsd-questions@FreeBSD.ORG Tue Jan 31 21:39:20 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 80DF516A422 for ; Tue, 31 Jan 2006 21:39:20 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id D55E143D5E for ; Tue, 31 Jan 2006 21:39:19 +0000 (GMT) (envelope-from msherman77@gmail.com) Received: by xproxy.gmail.com with SMTP id s9so2195wxc for ; Tue, 31 Jan 2006 13:39:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fuQ3+jn/82T0624rRnSuH6P6eRK9seLJJUGx3Ds0JtOdc4W9C2cufDwT5UuaB5mdNVykkKmk3km26JphVMMC4K4IF0m9X6eYJokOPB7m+AhCSQHON2hqW0uzqZG6Yd5Olj0tk0FJUcaMa8xteju70At/xbT6akEOYgm11TVj6BM= Received: by 10.70.125.18 with SMTP id x18mr9312715wxc; Tue, 31 Jan 2006 13:39:17 -0800 (PST) Received: by 10.70.102.18 with HTTP; Tue, 31 Jan 2006 13:39:17 -0800 (PST) Message-ID: Date: Tue, 31 Jan 2006 16:39:17 -0500 From: Michael S To: Charles Swiger In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: Cc: FreeBSD Mailing List Subject: Re: Upgrading 5.3 to 6.0 question 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, 31 Jan 2006 21:39:20 -0000 Thanks a lot. On 1/31/06, Charles Swiger wrote: > On Jan 31, 2006, at 3:28 PM, Michael S wrote: > > I have a question related to upgrading my machine from 5.3 to 6.0. > > I am convinced I need to upgrade it, and the base system upgrade > > procedure is pretty much clear to me. However I am somewhat not clear > > about 3rd party software. Since all the programs are 5.X binaries, do > > I need to recompile/reinstall all of them? Or they can run fine under > > COMPAT_FREEBSD5? > > So long as the FreeBSD 5 binary compatibility option is present, all > of your existing binaries will run just fine under FreeBSD 6. > However, anything which you can rebuild or reinstall should be > upgraded (perhaps via "portupgrade -af"?) as soon as convenient, to > avoid mixing two versions of the shared libraries together. > > -- > -Chuck > >