in reply to Re: installing DBD::DB2
in thread installing DBD::DB2

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.

Replies are listed 'Best First'.
Re^3: installing DBD::DB2
by randyk (Parson) on Mar 16, 2007 at 15:21 UTC
    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.