DBI:oracle looks for perl56.dll in perl version 5.8

From: Joe Mroczka (34534534_at_abc.net)
Date: 02/19/04

  • Next message: Dave Sisk: "Difficulty building DBD::Oracle (Perl 5.8.3, Oracle9.2) WinXP"
    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", "");


  • Next message: Dave Sisk: "Difficulty building DBD::Oracle (Perl 5.8.3, Oracle9.2) WinXP"

    Relevant Pages

    • Re: Cant locate loadable object
      ... At first I thought the installation of the DBI module was at ... > with the permissions associated with DBI.so, ... The problem comes from users running the same perl script, ...
      (comp.lang.perl.modules)
    • Help required with DBI
      ... with DBI module and am pretty new to perl too. ... a database to execute some queries. ... below (It is actually a partial code for just connecting to database). ... Perhaps the DBD::DriverName perl module hasn't been fully installed, ...
      (perl.beginners)
    • Re: Need quick pointers on accessing MDB file on a Web Server
      ... web server interface is to use Perl and the DBI module and write a CGI program. ... Check out ActiveState Perl. ... You mentioned VBA; Microsoft's ASP supports the use of VBScript as a language ...
      (comp.databases.ms-access)
    • Re: perl -d interfering with program execution?
      ... The code snippet is from the DBI module though, ... As stated, this regex: ... everything works ok under both 'perl' and 'perl -d' if I edit the DBI.pm ...
      (comp.lang.perl.misc)