From owner-freebsd-questions@FreeBSD.ORG Tue Feb 24 15:54:01 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 0380F1065680 for ; Tue, 24 Feb 2009 15:54:01 +0000 (UTC) (envelope-from mikhailg@webanoide.org) Received: from msa.vap.navalradio.cl (smtp.vap.navalradio.cl [201.236.67.147]) by mx1.freebsd.org (Postfix) with ESMTP id 86FD68FC1B for ; Tue, 24 Feb 2009 15:54:00 +0000 (UTC) (envelope-from mikhailg@webanoide.org) Received: from [172.18.80.120] ([172.18.80.120]) (authenticated bits=0) by msa.vap.navalradio.cl (8.14.2/8.14.2) with ESMTP id n1OFrvWe007989; Tue, 24 Feb 2009 15:53:58 GMT (envelope-from mikhailg@webanoide.org) Message-ID: <49A4180C.9060209@webanoide.org> Date: Tue, 24 Feb 2009 12:53:48 -0300 From: Mikhail Goriachev Organization: Webanoide User-Agent: Thunderbird 2.0.0.19 (Windows/20081209) MIME-Version: 1.0 To: Pieter Donche References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org, "Vasadi I. Claudiu Florin" 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 15:54:01 -0000 Pieter Donche wrote: > On Tue, 24 Feb 2009, Vasadi I. Claudiu Florin wrote: > >> what does php --version say now? > > the same as before : > > PHP Warning: PHP Startup: Unable to load dynamic library '/usr/local/lib/php/20060613/ldap.so' - Shared object "libldap-2.4.so.5" not found, required by "ldap.so" in Unknown on line 0 > PHP 5.2.8 with Suhosin-Patch 0.9.6.3 (cli) (built: Jan 19 2009 08:43:08) > Copyright (c) 1997-2008 The PHP Group > Zend Engine v2.2.0, Copyright (c) 1998-2008 Zend Technologies I had a similar problem. You not gonna love it, but according to /usr/ports/UPDATING: 20090216: AFFECTS: users of net/openldap24-{client,server} AUTHOR: delphij@FreeBSD.org OpenLDAP has been upgraded to 2.4.14, which requires a shared library version bump. Therefore, you need to reinstall all ports depending on it. Run something like: # portupgrade -fr net/openldap24-client Regards, Mikhail.