From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 18:01:46 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 8EE131065679 for ; Tue, 24 Feb 2009 18:01:46 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from mail.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 5DC278FC08 for ; Tue, 24 Feb 2009 18:01:45 +0000 (UTC) (envelope-from fbsd.questions@rachie.is-a-geek.net) Received: from localhost (mail.lan.rachie.is-a-geek.net [192.168.2.101]) by mail.rachie.is-a-geek.net (Postfix) with ESMTP id C4646AFC1FF; Tue, 24 Feb 2009 09:01:44 -0900 (AKST) From: Mel To: freebsd-questions@freebsd.org Date: Tue, 24 Feb 2009 09:01:44 -0900 User-Agent: KMail/1.9.10 References: <050701c99695$98d83710$ca88a530$@rr.com> In-Reply-To: <050701c99695$98d83710$ca88a530$@rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200902240901.44559.fbsd.questions@rachie.is-a-geek.net> Cc: Paul Schmehl , 'Pieter Donche' 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 18:01:48 -0000 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.