in reply to DBI::DB2 module installation failed

Did you install DBI via CPAN or RPM (or other package management thing)? RPMs tend to have a related devel package which has all sorts of useful things. As others have pointed out, you are missing some important files. You might also try looking for the db2-devel RPM and installing that. I'm not sure exactly what should provide the DBIXS.h file, but you need to find that before you can proceed.
  • Comment on Re: DBI::DB2 module installation failed

Replies are listed 'Best First'.
Re^2: DBI::DB2 module installation failed
by Anonymous Monk on Mar 17, 2010 at 21:32 UTC
    if you alraedy got those libraries in the right place, try to do this: export LD_LIBRARY_PATH=<db2_lib_path> that worked for me