Hello,
When installing the latest Razor-sdk Digest-MD5 module on one of my Slackware servers (perl 5.6.1) I get the following error when running a 'make test'…can someone tell me if this is a simple "you have an older version of something that needs deleted" problem? It sounds that way, but I'm no perl guru.
root@xxxx:/home/xxxxx/razor-agents-sdk-2.02/Digest-MD5-2.20#/make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/bin/lib/perl5/5.6.1/i686-linux -I/usr/bin/lib/perl5/5.6.1 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/badfile....Digest::MD5 object version 2.20 does not match bootstrap parameter 2.16 at /usr/bin/lib/perl5/5.6.1/i686-linux/DynaLoader.pm line 225.
Compilation failed in require at t/badfile.t line 6.
BEGIN failed--compilation aborted at t/badfile.t line 6.
t/badfile....dubious
Test returned status 2 (wstat 512, 0x200)
t/files......Digest::MD5 object version 2.20 does not match bootstrap parameter 2.16 at /usr/bin/lib/perl5/5.6.1/i686-linux/DynaLoader.pm line 225.
Compilation failed in require at t/files.t line 11.
BEGIN failed--compilation aborted at t/files.t line 11.
t/files......dubious
Test returned status 2 (wstat 512, 0x200)
t/md5-aaa....Digest::MD5 object version 2.20 does not match bootstrap parameter 2.16 at /usr/bin/lib/perl5/5.6.1/i686-linux/DynaLoader.pm line 225.
Compilation failed in require at t/md5-aaa.t line 11.
BEGIN failed--compilation aborted at t/md5-aaa.t line 11.
t/md5-aaa....dubious
Test returned status 2 (wstat 512, 0x200)
t/utf8.......Digest::MD5 object version 2.20 does not match bootstrap parameter 2.16 at /usr/bin/lib/perl5/5.6.1/i686-linux/DynaLoader.pm line 225.
Compilation failed in require at t/utf8.t line 11.
BEGIN failed--compilation aborted at t/utf8.t line 11.
t/utf8.......dubious
Test returned status 2 (wstat 512, 0x200)
FAILED--4 test scripts could be run, alas--no output ever seen
make: *** [test_dynamic] Error 2
Thanks in advance for any help...
Andy G