Date: Tue, 24 Feb 2009 09:01:44 -0900 From: Mel <fbsd.questions@rachie.is-a-geek.net> To: freebsd-questions@freebsd.org Cc: Paul Schmehl <pschmehl_lists@tx.rr.com>, 'Pieter Donche' <Pieter.Donche@ua.ac.be> Subject: Re: PHP5 and ldap Message-ID: <200902240901.44559.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <050701c99695$98d83710$ca88a530$@rr.com> References: <Pine.GSO.4.63.0902241611330.24655@hmacs.cmi.ua.ac.be> <050701c99695$98d83710$ca88a530$@rr.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902240901.44559.fbsd.questions>