From owner-freebsd-questions@FreeBSD.ORG Mon Apr 19 10:48:12 2004 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 D208F16A4CF for ; Mon, 19 Apr 2004 10:48:12 -0700 (PDT) Received: from sccrmhc13.comcast.net (sccrmhc13.comcast.net [204.127.202.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 833A343D46 for ; Mon, 19 Apr 2004 10:48:12 -0700 (PDT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from be-well.no-ip.com ([66.30.196.44]) by comcast.net (sccrmhc13) with ESMTP id <20040419174811016003gg9ae>; Mon, 19 Apr 2004 17:48:12 +0000 Received: by be-well.no-ip.com (Postfix, from userid 1147) id CFCFC12; Mon, 19 Apr 2004 13:48:11 -0400 (EDT) Sender: lowell@be-well.ilk.org To: "Ziller, James" References: <025596A38A894B45AFE62346A6BF474609CBACCE@waexch1.qgraph.com> From: Lowell Gilbert Date: 19 Apr 2004 13:48:11 -0400 In-Reply-To: <025596A38A894B45AFE62346A6BF474609CBACCE@waexch1.qgraph.com> Message-ID: <441xmjyi3o.fsf@be-well.ilk.org> Lines: 7 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii cc: freebsd-questions@freebsd.org Subject: Re: Dependency hell 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: Mon, 19 Apr 2004 17:48:13 -0000 "Ziller, James" writes: > So in other words I do have to recompile everything that depends on a given > library just because that library is updated to a slightly newer version?:( Yes. The developers of the library chose not to maintain backward compatibility. Fortunately, this type of occurrence is rare.