Re: Error appears in web log but script runs ok on the command line

2013-10-21 Thread Bruce Johnson
Oh it turned out to be even simpler than that, and for once it wasn't MY fat fingers that fat fingered it this time :-) At first, it wasn't working because the SetEnv variable was not set in the virtual host conf files, just in the main httpd.conf . Then I didn't check closely enough when the

Re: Error appears in web log but script runs ok on the command line

2013-10-21 Thread Bruce Johnson
On Oct 20, 2013, at 1:03 PM, Bruce Johnson john...@pharmacy.arizona.edu wrote: Oh it turned out to be even simpler than that, and for once it wasn't MY fat fingers that fat fingered it this time :-) Cue the sad trombone, because I was wrong, again. It turns out the issue seems to have

Re: Error appears in web log but script runs ok on the command line

2013-10-21 Thread Furst, Carl
So did you build DBD::Oracle with that LD_LIBRARY_PATH? And against that install? Maybe Oracle.so is using LD_LIBRARY_PATH set at build time instead of runtime? Carl Furst On 10/21/13 4:03 PM, Bruce Johnson john...@pharmacy.arizona.edu wrote: On Oct 20, 2013, at 1:03 PM, Bruce Johnson

Re: Error appears in web log but script runs ok on the command line

2013-10-21 Thread Bruce Johnson
Nope, built and run with the same path, same install. I installed the Instant Client Basic and Development packages via the rpms, set up the proper environment variables, used cpan to install DBI, then DBD::Oracle and both built without any errors. It's absolutely a mod_perl handler thing, I