http://www.perlmonks.org?node_id=781099


in reply to Re^3: Oracle DBD problems with mod_perl
in thread Oracle DBD problems with mod_perl

That solved that problem for me also, just took me to the next one.
httpd: ../../../libraries/libldap/getentry.c:35: ldap_first_entry: Ass +ertion `( (ld)->ld_options.ldo_valid == 0x2 )' failed.
I commented out;
#LoadModule ldap_module modules/mod_ldap.so #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
but still no luck. Using LD_PRELOAD before starting Apache2 doesn't seem to have any impact. Any ideas?

Replies are listed 'Best First'.
Re^5: Oracle DBD problems with mod_perl
by Anonymous Monk on Dec 11, 2009 at 21:42 UTC
    Did you find any solution to this? I am having the same problem.
      We are using Oracle OID for database location resolution, that was the source of the problem. Oracle's LDAP was conflicting with Apache's. We wound up rebuilding Apache without LDAP to eliminate the conflict.