i, i'm sorry if this has been discussed in the list... but i have
searched the entire list's archive.... but i have not found no
solution/hint for the problem.
I have PHP compiled with imap support. I works just fine.
I have recompiled PHP to add ldap support.
The configure and make runs fine, but when i start apache, i get this
error:
Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server:
undefined symbol: ldap_value_free
/usr/local/apache/bin/apachectl start: httpd could not be started
I have also run a ldd on /usr/local/apache/libexec/libphp4.so and i get
this output.
libpam.so.0 => /lib/libpam.so.0 (0x401e3000)
libdl.so.2 => /lib/libdl.so.2 (0x401eb000)
libresolv.so.2 => /lib/libresolv.so.2 (0x401ee000)
libm.so.6 => /lib/libm.so.6 (0x40200000)
libcrypt.so.1 => /lib/libcrypt.so.1 (0x40220000)
libnsl.so.1 => /lib/libnsl.so.1 (0x4024d000)
libc.so.6 => /lib/libc.so.6 (0x40264000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
My /etc/ld.so.conf
/usr/X11R6/lib
/usr/kerberos/lib
/usr/lib
/usr/lib/qt-2.2.0/lib
/usr/local/lib
/lib
Thank's
Miguel
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]