DBD Installation fails

Post Reply
MiniMe
Posts: 210
Joined: Thu Mar 15, 2001 4:30 pm

DBD Installation fails

Post by MiniMe »

We are migrating off our aging Tru64 servers. Part of migration is the installation of the Perl DBD driver. Hower it fails on the make test portion even though the make works perfectly. Any ideas..

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01base......install_driver(TEXIS) failed: Can't load '/usr/local/morph3/DBD-TEXIS-0.93/blib/arch/auto/DBD/TEXIS/TEXIS.so' for module DBD::TEXIS: /usr/local/morph3/DBD-TEXIS-0.93/blib/arch/auto/DBD/TEXIS/TEXIS.so: undefined symbol: PL_dirty at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at t/01base.t line 14
t/01base......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 4-5
Failed 2/5 tests, 60.00% okay
t/02simple....ok 1/9install_driver(TEXIS) failed: Can't load '/usr/local/morph3/DBD-TEXIS-0.93/blib/arch/auto/DBD/TEXIS/TEXIS.so' for module DBD::TEXIS: /usr/local/morph3/DBD-TEXIS-0.93/blib/arch/auto/DBD/TEXIS/TEXIS.so: undefined symbol: PL_dirty at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at t/02simple.t line 16
t/02simple....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-9
Failed 8/9 tests, 11.11% okay
t/03dbatt.....ok 1/5install_driver(TEXIS) failed: Can't load '/usr/local/morph3/DBD-TEXIS-0.93/blib/arch/auto/DBD/TEXIS/TEXIS.so' for module DBD::TEXIS: /usr/local/morph3/DBD-TEXIS-0.93/blib/arch/auto/DBD/TEXIS/TEXIS.so: undefined symbol: PL_dirty at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at t/03dbatt.t line 12
t/03dbatt.....dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-5
Failed 4/5 tests, 20.00% okay
t/05meth......ok 1/6install_driver(TEXIS) failed: Can't load '/usr/local/morph3/DBD-TEXIS-0.93/blib/arch/auto/DBD/TEXIS/TEXIS.so' for module DBD::TEXIS: /usr/local/morph3/DBD-TEXIS-0.93/blib/arch/auto/DBD/TEXIS/TEXIS.so: undefined symbol: PL_dirty at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at t/05meth.t line 13
t/05meth......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-6
Failed 5/6 tests, 16.67% okay
t/09bind......ok 1/5install_driver(TEXIS) failed: Can't load '/usr/local/morph3/DBD-TEXIS-0.93/blib/arch/auto/DBD/TEXIS/TEXIS.so' for module DBD::TEXIS: /usr/local/morph3/DBD-TEXIS-0.93/blib/arch/auto/DBD/TEXIS/TEXIS.so: undefined symbol: PL_dirty at /usr/lib/perl5/5.8.5/i386-linux-thread-multi/DynaLoader.pm line 230.
at (eval 1) line 3
Compilation failed in require at (eval 1) line 3.
Perhaps a required shared library or dll isn't installed where expected
at t/09bind.t line 11
t/09bind......dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED tests 2-5
Failed 4/5 tests, 20.00% okay
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/01base.t 255 65280 5 4 80.00% 4-5
t/02simple.t 255 65280 9 16 177.78% 2-9
t/03dbatt.t 255 65280 5 8 160.00% 2-5
t/05meth.t 255 65280 6 10 166.67% 2-6
t/09bind.t 255 65280 5 8 160.00% 2-5
Failed 5/5 test scripts, 0.00% okay. 23/30 subtests failed, 23.33% okay.
make: *** [test_dynamic] Error 255
User avatar
mark
Site Admin
Posts: 5513
Joined: Tue Apr 25, 2000 6:56 pm

DBD Installation fails

Post by mark »

Try using the same version of perl you have on the tru64 box.
MiniMe
Posts: 210
Joined: Thu Mar 15, 2001 4:30 pm

DBD Installation fails

Post by MiniMe »

I will do that.. Is there a newer version of the DBD Driver?
Post Reply