Quoting [EMAIL PROTECTED]:

> Cannot load /usr/local/apache/libexec/libphp3.so into server:
> /usr/local/apache/libexec/libphp3.so: undefined symbol: ldap_get_lderrno
> 

Adding info after recompiling and running into the same problem.

running

ldd /usr/local/apache/libexec/libphp3.so | grep ldap

produces the following

libldap.so.2 => /usr/local/openldap/lib/libldap.so.2 (0x00355000)
liblber.so.2 => /usr/local/openldap/lib/liblber.so.2 (0x00380000)

I don't know what the above is supposed to mean, except that I'm adopting
some debugging tips that Emile and Frank have used here before.

and running

nm /usr/local/apache/libexec/libphp3.so | grep lderrno

returns

U ldap_get_errno

which I suspect means that ldap_get_errno is undefined (just like the
error message said), leaving me where I started.

Marius


-------------------------------------------------
This mail sent through IMP: webmail.sdfparty.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to