From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 20:09:12 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 56A79106564A for ; Tue, 24 Feb 2009 20:09:12 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (ip-58-28-152-174.static-xdsl.xnet.co.nz [58.28.152.174]) by mx1.freebsd.org (Postfix) with ESMTP id F2A418FC0A for ; Tue, 24 Feb 2009 20:09:11 +0000 (UTC) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id 3C3E32840B; Wed, 25 Feb 2009 09:09:10 +1300 (NZDT) Date: Wed, 25 Feb 2009 09:09:10 +1300 From: Jonathan Chen To: Pieter Donche Message-ID: <20090224200910.GA62577@osiris.chen.org.nz> References: <050701c99695$98d83710$ca88a530$@rr.com> <200902240901.44559.fbsd.questions@rachie.is-a-geek.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: PHP5 and ldap 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, 24 Feb 2009 20:09:12 -0000 On Tue, Feb 24, 2009 at 07:38:05PM +0100, Pieter Donche wrote: > what the hell is a library 'bump' ?? A library bump occurs when the interface to the shared library has changed. This requires a rebuild of dependant applications as the method invocations or the structures used in method invocations to the library have changed. Failure to rebuild may result in sporadic crashes, data corruption and General Bad Things (tm). -- Jonathan Chen ---------------------------------------------------------------------- "With sufficient thrust, pigs fly just fine. However, this is not necessarily a good idea. It is hard to be sure where they are going to land, and it could be dangerous sitting under them as they fly overhead." -- RFC 1925