Hello,
I try to build DBD-DB2-0.76 (Perl Module for DB2) under Linux 2.2.16 and get the
following errors when issuing "make test":
/usr/local/share/DBD-DB2-0.76 # make test
make[1]: Entering directory `/usr/local/share/DBD-DB2-0.76/Constants'
make[1]: Leaving directory `/usr/local/share/DBD-DB2-0.76/Constants'
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib
-I/usr/lib/perl5/5.00503/i586-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/DB2/DB2.so' for module DBD::DB2:
blib/arch/auto/DBD/DB2/DB2.so: undefined symbol: SQLTables at
/usr/lib/perl5/5.00503/i586-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
(make finished successfully).
DB2 Appl. Development Client from the DB2 UDB V7.2 CD is installed.
Did I miss anything which should have been done before or does anybody know how
to get over this?
Thank you for any help!
best regards,
Thomas