Re: PHP5 and ldap

2009-09-18 Thread FreeBSD admin
and now it working... tls_ssf=256 ssf=256 great thanks for php.ini trick! @+ -- View this message in context: http://www.nabble.com/PHP5-and-ldap-tp22183625p25511620.html Sent from the freebsd-questions mailing list archive at Nabble.com

Re: PHP5 and ldap

2009-09-18 Thread FreeBSD admin
SOLVED! i had an incorrect php.ini in front of my apache installation. You put me on the right tracks! problem solved. no I have a TLS negociation error, but this is another part. Cheers -- View this message in context: http://www.nabble.com/PHP5-and-ldap-tp22183625p25511444.html Sent from

Re: PHP5 and ldap

2009-09-18 Thread Bill Moran
In response to FreeBSD admin : > > Hi folks, I don't know how to enable ldap for php5 on my Freebsd 7.2 system > > this is a client only ldap system. > ldapsearch works well with tls on it. > but I try to enable roundcube ldap, and roundcube says: > > LDAP Error: No ldap support in this instal

Re: PHP5 and ldap

2009-09-18 Thread FreeBSD admin
-- View this message in context: http://www.nabble.com/PHP5-and-ldap-tp22183625p25510735.html Sent from the freebsd-questions mailing list archive at Nabble.com. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

Re: PHP5 and ldap

2009-02-26 Thread Pieter Donche
On Thu, 26 Feb 2009, Matthias Fechner wrote: Hi Pieter, Pieter Donche wrote: ---> Skipping 'x11/kde3' (kde-3.5.10_1) because a requisite package 'kdegraphi cs-3.5.10' (graphics/kdegraphics3) failed (specify -k to force) ** Listing the failed packages (-:ignored / *:skipped / !:failed)

Re: PHP5 and ldap

2009-02-26 Thread Matthias Fechner
Hi Pieter, Pieter Donche wrote: ---> Skipping 'x11/kde3' (kde-3.5.10_1) because a requisite package 'kdegraphi cs-3.5.10' (graphics/kdegraphics3) failed (specify -k to force) ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! graphics/kdegraphics3 (kdegraphics-3.5.10)

Re: PHP5 and ldap

2009-02-26 Thread Pieter Donche
I started, as suggested # cd /usr/ports # portupgrade -fr net/openldap24-client yesterdat at 10:00 it continued all day and somewhere during the night ended with: ... ===> Registering installation for koffice-1.6.3_7,2 ===> Cleaning for koffice-1.6.3_7,2 ---> Cleaning out obsolete shared libr

Re: PHP5 and ldap

2009-02-24 Thread Jonathan Chen
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

Re: PHP5 and ldap

2009-02-24 Thread Pieter Donche
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

Re: PHP5 and ldap

2009-02-24 Thread Mel
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

Re: PHP5 and ldap

2009-02-24 Thread Matthias Fechner
Hi Pieter, Pieter Donche wrote: Since yesterday, I get at $ php --version 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 have you upgrade openldap the la

Re: PHP5 and ldap

2009-02-24 Thread Mikhail Goriachev
Pieter Donche wrote: > On Tue, 24 Feb 2009, Vasadi I. Claudiu Florin wrote: > >> what does php --versionsay 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 > foun

Re: PHP5 and ldap

2009-02-24 Thread Pieter Donche
On Tue, 24 Feb 2009, Vasadi I. Claudiu Florin wrote: what does php --versionsay 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

RE: PHP5 and ldap

2009-02-24 Thread Paul Schmehl
-Original Message- From: owner-freebsd-questi...@freebsd.org [mailto:owner-freebsd-questi...@freebsd.org] On Behalf Of Pieter Donche Sent: Tuesday, February 24, 2009 9:12 AM To: mail.list freebsd-questions Subject: PHP5 and ldap Since yesterday, I get at $ php --version PHP Warning: PHP

Re: PHP5 and ldap

2009-02-24 Thread Vasadi I. Claudiu Florin
what does php --versionsay now? ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

PHP5 and ldap

2009-02-24 Thread Pieter Donche
Since yesterday, I get at $ php --version 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 I see that my /usr/local/lib/ now contains lrwxr-xr-x 1 root whe