ID: 44937
Updated by: jani@[...].net
Reported By: aalvarez at n2bsolutions dot com
-Status: Open
+Status: Assigned
Bug Type: LDAP related
Operating System: Ubuntu 7.10
PHP Version: 5.2.6
-Assigned To:
+Assigned To: sixd
New Comment:
Oracle libs used to have their own implementation for ldap funcs.
So I guess you just need to compile PHP ldap extension to use those
libs instead of openldap. I don't know if that instant client thing has
the same issue, so assigning to the Oracle guru. :)
Previous Comments:
------------------------------------------------------------------------
[2008-05-07 18:49:48] aalvarez at n2bsolutions dot com
Description:
------------
I have Apache2.2.6 running php5.2.6 with support for:
CFLAGS=' -O3 -I/usr/src/instantclient_11_1/sdk/include -I/usr/lib32
-I/usr/include -I/usr/include/sasl' CXXFLAGS='-I/usr/src/instantclient_11_1/sdk/include -I/u
sr/lib32
-I/usr/include -I/usr/include/sasl' './configure' '--includedir=/usr/src/instantclient_11_1/
sdk/include' '--includedir=/usr/src/instantclient_11_1/sdk' '--with-oci8=/usr/src/instantcli
ent_11_1/' '--with-jpge' '--with-jpeg-dir' '--with-pgsql' '--with-gd' '--with-png-dir' '--wi
th-zlib-dir' '--with-apxs2=/usr/local/apache226/bin/apxs' '--with-openssl' '--with-openssl'
'--with-tiff' '--without-pdo-oci' '--enable-sigchild' '--enable-soap' '--enable-ftp' '--with
-curl' '--with-curlwrappers' '--with-ldap' '--with-ldap-sasl'
"$@"
I know where is the problem but i don�t know how to fix it...
When i change ennvars like that disabling Oracle oci8 lib
all works perfectly :-/
LD_LIBRARY_PATH="/usr/local/apache226/lib:/usr/lib:$LD_LIBRARY_PATH"
export LD_LIBRARY_PATH
export ORACLE_HOME=/usr/src/instantclient_11_1
#export TNS_ADMIN=$ORACLE_HOME/network/admin
#export TWO_TASK=$ORACLE_HOME/network/admin/tnsnames.ora
export ORACLE_SID=XE
export
LD_PRELOAD=/usr/lib/libldap.so:/usr/lib/libldap_r.so:/usr/lib/sasl2/libldapdb.so:/usr/lib32/
libldap.so.2:
#$ORACLE_HOME/lib/libclntsh.so
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib
export NLS_LANG=AMERICAN_AMERICA.WE8MSWIN1252
It doesn�t matter if i load first the libldap.so ....
Any Ideas?
Thxs a lots
Reproduce code:
---------------
Warning: ldap_bind() [function.ldap-bind]: Unable to bind to server:
Out of memory in /home/www/web1/web/ss_dev/__fvalida.php
Expected result:
----------------
Ok if the user have valid password in may OpenLDAP 2.2.3 server
it works without oracle LD_PRELOAD but ... i need it too :-(
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=44937&edit=1