DBD and Oracle Masters:
I have a Perl web application that behaves strangely. I use it to read some material from an Oracle database and report. I have version 11.1.0.6.0 of Oracle Instant Client installed. I work on WinXP and have the PATH environment variable set to the instant client. I have Apache2 for my web server.
Here's the problem: when I run the application from the command line, it works without crashing. However, when I run from http://127.0.0.1/cgi-bin/a.cgi , I get the following DB access error:
install_driver(Oracle) failed: Can't load 'C:/usr/lib/auto/DBD/Oracle/Oracle.dll' for module DBD::Oracle: load_file:The specified module could not be found at C:/usr/lib/DynaLoader.pm line 202. at (eval 9) line 3
Intuition tells me a problem with resolution, but I'm not sure where to look further. Can someone shed some light on this? I would really appreciate any help.
Thanks, Saker Ghani
Saker ghani
source
share