in reply to installing DBD::DB2

If you're using ActivePerl (build 8xx), it may be easier to install this from the uwinnipeg ppm repository.

Replies are listed 'Best First'.
Re^2: installing DBD::DB2
by veeruch (Sexton) on Mar 16, 2007 at 11:42 UTC
    Hi monks,
    i installed the DBI and DBD::DB2 through PPM.
    While iam running my script,it is giving following error
    Can't load 'C:Perl/site/lib/auto/DBD/DB2/DB2.dll' for module DBD::DB2: + load_file:The specified module could not be found at C:/Perl/lib/Dyn +aLoader.pm line 230. at db2.pl line 2 Compilation failed in require at db2.pl line 2. BEGIN failed--compilation aborted at db2.pl line 2.
      As Fletch mentioned, CAVEATS contains some useful information on debugging common problems. In particular, the DB2_HOME environment variable should be set to the appropriate location where you installed the DB2 Client.