Date: Wed, 25 Feb 2009 09:09:10 +1300 From: Jonathan Chen <jonc@chen.org.nz> To: Pieter Donche <Pieter.Donche@ua.ac.be> Cc: freebsd-questions@freebsd.org Subject: Re: PHP5 and ldap Message-ID: <20090224200910.GA62577@osiris.chen.org.nz> In-Reply-To: <Pine.GSO.4.63.0902241937180.14429@hmacs.cmi.ua.ac.be> References: <Pine.GSO.4.63.0902241611330.24655@hmacs.cmi.ua.ac.be> <050701c99695$98d83710$ca88a530$@rr.com> <200902240901.44559.fbsd.questions@rachie.is-a-geek.net> <Pine.GSO.4.63.0902241937180.14429@hmacs.cmi.ua.ac.be>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <jonc@chen.org.nz> ---------------------------------------------------------------------- "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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090224200910.GA62577>