I have reviewed a ton of postings, but have not found a solution to my current issue. I can run my script from the command line, and it works fine, but when I run it through Apache, I receive the following...
Can't load 'c:/Perl/site/lib/auto/DBD/Oracle/Oracle.dll' for module DBD::Oracle: load_file:The specified module could not be found at c:/Perl/lib/DynaLoader.pm line 206.
Compilation failed in require at d:\cnlts\cgi-bin\sample.cgi line 5.
BEGIN failed--compilation aborted at d:\cnlts\cgi-bin\sample.cgi line 5.
I have verified that the Oracle.dll file exists in the path mentioned. I believe that I have checked the permissions correctly. Still to no avail. If I remove the "use DBD::Oracle;" statement, the error goes away.