I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-06-15 15:04:11-07 by acfm
install_driver(DB2) failed:
I am using DBI and getting error while connecting to db2 database. "install_driver(DB2) failed: Can't load '/tpr/root/lib/perl5/site_perl/5.8.9/aix-thread-multi-64all/auto/DBD/DB2/DB2.so' for module DBD::DB2: Could not load module /home/db2inst2/sqllib/lib/libdb2.a(shr_64.o). Dependent module /home/db2inst1/sqllib/lib/libdb2osse.a(shr_64.o) could not be loaded. Member shr_64.o is not found in archive" Is this related to db2inst2 library being 32 bit? if so how can I set env to use another install library /home/db2inst1/sqllib/lib/?
Direct Responses: Write a response