>
> But Atsushi and the other guy with this problem were able to have this
> working under 'SetHandler modperl' that's the weird part, that makes me
> wonder why?
>
ok, I didn't catch that when I re-read the thread.
the order of Perl module loading between modperl and perl-script might
be a good place to look, then - stuff like how modules are loaded,
when BEGIN blocks execute, and so on. anything that would change
whether DBD::Oracle could see %ENV (and whose %ENV?) when it (or DBI)
is put in memory.
my thought in re-reading the thread was that DBD::Oracle needs
$ENV{ORACLE_HOME} when it's compiled, which I didn't see anyone
mention. I think that may be a key point. it kinda stuck out, I
guess - I don't know if it's the actual cause or not :)
sorry I can only speculate here, not being familiar with the
destinctions (documented or not) between the two mod_perl 2 handlers.
--Geoff
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]