From owner-freebsd-questions@FreeBSD.ORG Mon Dec 12 13:11:09 2005 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 E667E16A41F for ; Mon, 12 Dec 2005 13:11:09 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0407743D79 for ; Mon, 12 Dec 2005 13:10:52 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id F3FFBD23B16 for ; Mon, 12 Dec 2005 08:10:50 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Mon, 12 Dec 2005 08:10:51 -0500 X-Sasl-enc: APERTo3GtajNbUHlH/WsMLZOR/XYJYVekaru+9cEDRqD 1134393050 Received: from gumby.localdomain (88-104-200-164.dynamic.dsl.as9105.com [88.104.200.164]) by frontend2.messagingengine.com (Postfix) with ESMTP id 593E257146D for ; Mon, 12 Dec 2005 08:10:50 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Mon, 12 Dec 2005 13:10:47 +0000 User-Agent: KMail/1.8.3 References: <200512121055.47016.work@ashleymoran.me.uk> In-Reply-To: <200512121055.47016.work@ashleymoran.me.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200512121310.49003.list-freebsd-2004@morbius.sent.com> Subject: Re: Disadvantages of running software through compat5x? 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: Mon, 12 Dec 2005 13:11:10 -0000 On Monday 12 December 2005 10:55, Ashley Moran wrote: > I was going to reinstall it with 6.0 and I just wondered if there was any > reason why you shouldn't run a production server on the compat5x port for > any length of time. I can't afford the downtime to remove all the ports > and re-install them. compat5x provides 5.x libraries for packages that are built against FreeBSD 5.x If you upgraded from 5.x, you will still have those libraries left behind, and as far as I can see they take priority over the compat5x copies. If security patches are applied to compat5x, you may have to track down the insecure libraries manually, or update packages. If you later update or add packages, you may run into library conflicts.