Re: checklink:Compile the link checker locally

Hi ,
While trying to compile the link checker locally. I am following the below
steps

I tried to extract the W3C-LinkChecker-4.6.tar.gz perl
Makefile.PL
make
while running "make test" from command line i am getting the below error

PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/00compile.t .. Can't locate CSS/DOM.pm in @INC (@INC contains:
/home/santosh/Desktop/W3C-LinkChecker-4.6/blib/lib
/home/santosh/Desktop/W3C-LinkChecker-4.6/blib/arch /etc/perl
/usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 /usr/lib/perl5
/usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl) at bin/checklink line 223.
BEGIN failed--compilation aborted at bin/checklink line 223.
t/00compile.t .. 1/2
#   Failed test at t/00compile.t line 4.
# Looks like you failed 1 test of 2.
t/00compile.t .. Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/2 subtests

Test Summary Report
-------------------
t/00compile.t (Wstat: 256 Tests: 2 Failed: 1)
  Failed test:  1
  Non-zero exit status: 1
Files=1, Tests=2,  0 wallclock secs ( 0.02 usr  0.00 sys +  0.06 cusr  0.01
csys =  0.09 CPU)
Result: FAIL
Failed 1/1 test programs. 1/2 subtests failed.
make: *** [test_dynamic] Error 1


Can any one tell me the steps to compile or how to resolve this error.




Thanks in advance
Santosh

Received on Monday, 28 February 2011 07:38:54 UTC