|
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/? |