Re: PHP5 and ldap

2009-09-18 Thread 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 installation of PHP (GET /?_task=addressbook_action

Re: PHP5 and ldap

2009-09-18 Thread Bill Moran
In response to FreeBSD admin alligator...@free.fr: 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

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 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-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

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
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)

PHP5 and ldap

2009-02-24 Thread Pieter Donche
kdetoys-3.5.10 kdeutils-3.5.10 kdevelop-3.5.3_1 kdewebdev-3.5.10_1,2 koffice-1.6.3_7,2 libgsf-1.14.11 libwpd-0.8.14_1 php5-5.2.8 php5-ctype-5.2.8 php5-dom-5.2.8 php5-extensions-1.2 php5-filter-5.2.8 php5-gd-5.2.8 php5-hash-5.2.8 php5-iconv-5.2.8 php5-json-5.2.8 php5-ldap-5.2.8_1 php5-mysql-5.2.8

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

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 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 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 found, required

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 last

Re: PHP5 and ldap

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

Re: PHP5 and ldap

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

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