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

I have had the same experience dragonchild, very frustrating -- I thought I was the only one. ++


-Waswas
  • Comment on Re^2: Oracle DBD problems with mod_perl

Replies are listed 'Best First'.
Re^3: Oracle DBD problems with mod_perl
by JupiterCrash (Monk) on Sep 08, 2004 at 16:08 UTC
    THANK YOU BOTH! This worked.

    Here's the crazy part. I had this same idea yesterday, tried it, and no luck. I can't figure out what I did differently yesterday when it didn't work, because I even removed the environment from being set in my script so that when the error dumped the environment, I proved to myself that it was set by the startup.pl. Must have been a typo or something in the environment yesterday.

    Anyhow, this is great. Thanks again!
      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?
        Did you find any solution to this? I am having the same problem.