From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 18:38:08 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 11D601065670 for ; Tue, 24 Feb 2009 18:38:08 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (hmacs.cmi.ua.ac.be [143.129.75.10]) by mx1.freebsd.org (Postfix) with ESMTP id 947C98FC16 for ; Tue, 24 Feb 2009 18:38:07 +0000 (UTC) (envelope-from Pieter.Donche@ua.ac.be) Received: from hmacs.cmi.ua.ac.be (localhost [127.0.0.1]) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8) with ESMTP id n1OIc6Ba014442; Tue, 24 Feb 2009 19:38:06 +0100 (CET) Received: from localhost (pdon@localhost) by hmacs.cmi.ua.ac.be (8.13.8+Sun/8.13.8/Submit) with ESMTP id n1OIc51t014439; Tue, 24 Feb 2009 19:38:05 +0100 (CET) X-Authentication-Warning: hmacs.cmi.ua.ac.be: pdon owned process doing -bs Date: Tue, 24 Feb 2009 19:38:05 +0100 (CET) From: Pieter Donche X-X-Sender: pdon@hmacs.cmi.ua.ac.be To: Mel In-Reply-To: <200902240901.44559.fbsd.questions@rachie.is-a-geek.net> Message-ID: 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; format=flowed Cc: Paul Schmehl , freebsd-questions@freebsd.org Subject: Re: PHP5 and ldap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pieter Donche List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Feb 2009 18:38:08 -0000 what the hell is a library 'bump' ?? On Tue, 24 Feb 2009, Mel wrote: > On Tuesday 24 February 2009 06:36:00 Paul Schmehl wrote: > >> I see that my /usr/local/lib/ now contains lrwxr-xr-x 1 root wheel 16 Feb >> 23 >> 14:09 libldap-2.4.so -> libldap-2.4.so.6 >> -rw-r--r-- 1 root wheel 307762 Feb 23 14:09 libldap-2.4.so.6 >> etc.. so, only references to libldap-2.4.so.6, but no more >> libldap-2.4.so.5 >> >> [snipped] >> >> So php5-ldap was already the last version... >> >> What's going wrong and how to solve all that ? >> >> % ln -s /usr/local/lib/libldap-2.4.so /usr/local/lib/libldap-2.4.so.5 > > Bad bad. Generally, programmers don't bump library versions, breaking > backwards compatibility, for fun. > > -- > Mel > > Problem with today's modular software: they start with the modules > and never get to the software part. >