DBI:oracle looks for perl56.dll in perl version 5.8
From: Joe Mroczka (34534534_at_abc.net)
Date: 02/19/04
- Previous message: $__at__.%_: "DBM::Deep is $$$"
- Next in thread: Joe Mroczka: "Re: DBI:oracle looks for perl56.dll in perl version 5.8"
- Reply: Joe Mroczka: "Re: DBI:oracle looks for perl56.dll in perl version 5.8"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 19 Feb 2004 00:02:20 GMT
I have upgraded from perl version 5.6 to 5.8 and all hell seem to have
broken loose. For some strange reason, DBI module looks for perl56.dll
Can anybody advise me how to fix it? I am running Perl on Windows 2000.
A window alert pops out with a title "Perl.exe - unable to locate dll".
It displays the following message:
"The dynamic library perl56.dll could not be found in the specified path.
<lists the complete path>"
I used PPM to install Class-DBI-Oracle.
use DBI;
$dbh = DBI->connect("dbi:Oracle:TEST",
"userid/password\@somename.someco.com", "");
- Previous message: $__at__.%_: "DBM::Deep is $$$"
- Next in thread: Joe Mroczka: "Re: DBI:oracle looks for perl56.dll in perl version 5.8"
- Reply: Joe Mroczka: "Re: DBI:oracle looks for perl56.dll in perl version 5.8"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|