HELP! I can not get that darb DB2 driver installed
I've think I covered every enty of the check list * install UDB V 7.1 (I can start control center and create database) * install DBI (DBI-1.21.tar.gz ) (I think this went ok, no error msgs) * install UDB -> the make command takes about forever to complete but it does finish. no errors there Then I type make test and the following happens: ========================================================= [root@hnet002 DBD-DB2-0.76]# make test make[1]: Entering directory `/home/DBD-DB2-0.76/Constants' make[1]: Leaving directory `/home/DBD-DB2-0.76/Constants' PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/lib/perl5/5.00503/ i386-linux -I/usr/lib/perl5/5.00503 -e 'use Test::Harness qw(&runtests $verbose) ; $verbose=0; runtests @ARGV;' t/*.t t/base..............install_driver(DB2) failed: Can't load 'blib/arch/auto/DBD/D B2/DB2.so' for module DBD::DB2: blib/arch/auto/DBD/DB2/DB2.so: undefined symbol: SQLTables at /usr/lib/perl5/5.00503/i386-linux/DynaLoader.pm line 169. at (eval 1) line 3 Perhaps a required shared library or dll isn't installed where expected at t/base.t line 16 dubious Test returned status 255 (wstat 65280, 0xff00) Undefined subroutine &Test::Harness::WCOREDUMP called at /usr/lib/perl5/5.00503/ Test/Harness.pm line 288. make: *** [test_dynamic] Error 255 [root@hnet002 DBD-DB2-0.76]# ================================================================= I have got NO clue what to do about it. Of course I re-did everything twice (not that it helped). Any suggestions ?