in reply to Active State Perl 5.10 32bit w/ DBD::Oracle included
On the face of it, one might assume that it's telling me that C:/_32/ap1004/lib/auto/DBD/Oracle/Oracle.dll can't be found. But that's not so - "The specified module" in question is, in fact, oci.dll.C:\_32>perl -MDBD::Oracle -e 1 Can't load 'C:/_32/ap1004/lib/auto/DBD/Oracle/Oracle.dll' for module D +BD::Oracle: load_file:The specified module could not be found at C:/_ +32/ap1004/lib/DynaLoader.pm line 202. at -e line 0 Compilation failed in require. BEGIN failed--compilation aborted.
Somehow (I'm not sure how) I have oci.dll in my ActivePerl 5.8.8 perl/bin folder. I'm assuming it shipped with ActivePerl ... but I could be wrong about that. I don't know why they would ship it with 5.8.8, but not 5.10.0. (Some licensing issue, perhaps ? )C:\_32>perl -MDBD::Oracle -e 1 C:\_32>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Active State Perl 5.10 32bit w/ DBD::Oracle included
by Anonymous Monk on Sep 19, 2008 at 11:57 UTC | |
by syphilis (Archbishop) on Sep 19, 2008 at 13:00 UTC | |
by Anonymous Monk on Oct 15, 2008 at 08:23 UTC |