I'm trying to install this module, and there are two dependencies that need to first be installed - XML::Liberal 0.02 and XML::RSS::LibXML 0.09.

So, I then proceeded to install XML::Liberal. having problems with MAKE TEST, and here's what shows up. It seems that the URLs are incorrect for some reason, as you can see at the bottom. How do I fix this so that this test won't fail?


[ERROR] [Mon Aug 6 21:48:43 2007] MAKE TEST failed: PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
t/01basic.....................ok
t/02parse.....................ok
t/03doc.......................ok
t/04node......................ok
t/05text......................ok
t/06elements..................ok
       2/187 skipped: various reasons
t/07dtd.......................ok
t/08findnodes.................ok
t/09xpath.....................ok
t/10ns........................ok
t/11memory....................ok
       26/26 skipped: various reasons
t/12html......................ok
       2/38 skipped: various reasons
t/13dtd.......................ok
t/14sax.......................ok
t/15nodelist..................ok
t/16docnodes..................ok
t/17callbacks.................ok
t/18docfree...................ok
t/19encoding..................ok
t/20extras....................ok
t/23rawfunctions..............ok
t/24c14n......................# Test 15 got: "<n1:elem2 xmlns:n1=\"http://example.net\"; xmlns:xml=\"http://www.w3.org/XML/1998/namespace\"; xml:lang=\"en\">\n <n3:stuff xmlns:n3=\"ftp://example.org\";></n3:stuff>\n </n1:elem2>" (t/24c14n.t at line 154) # Expected: "<n1:elem2 xmlns:n1=\"http://example.net\"; xml:lang=\"en\">\n <n3:stuff xmlns:n3=\"ftp://example.org\";></n3:stuff>\n </n1:elem2>"
#  t/24c14n.t line 154 is:     ok( $c14n_res, $result);
# Test 16 got: "<n1:elem2 xmlns:n1=\"http://example.net\"; xmlns:xml=\"http://www.w3.org/XML/1998/namespace\"; xml:lang=\"en\">\n <n3:stuff xmlns:n3=\"ftp://example.org\";></n3:stuff>\n </n1:elem2>" (t/24c14n.t at line 158) # Expected: "<n1:elem2 xmlns:n1=\"http://example.net\"; xml:lang=\"en\">\n <n3:stuff xmlns:n3=\"ftp://example.org\";></n3:stuff>\n </n1:elem2>"
#  t/24c14n.t line 158 is:     ok( $c14n_res, $result);
# Test 17 got: "<n1:elem2 xmlns:n1=\"http://example.net\"; xmlns:xml=\"http://www.w3.org/XML/1998/namespace\"; xml:lang=\"en\">\n <n3:stuff xmlns:n3=\"ftp://example.org\";></n3:stuff>\n </n1:elem2>" (t/24c14n.t at line 162) # Expected: "<n1:elem2 xmlns:n1=\"http://example.net\"; xml:lang=\"en\">\n <n3:stuff xmlns:n3=\"ftp://example.org\";></n3:stuff>\n </n1:elem2>"
#  t/24c14n.t line 162 is:     ok( $c14n_res, $result);
# Test 18 got: "<n1:elem2 xmlns:n1=\"http://example.net\"; xmlns:xml=\"http://www.w3.org/XML/1998/namespace\"; xml:lang=\"en\">\n <n3:stuff xmlns:n3=\"ftp://example.org\";></n3:stuff>\n </n1:elem2>" (t/24c14n.t at line 166) # Expected: "<n1:elem2 xmlns:n1=\"http://example.net\"; xml:lang=\"en\">\n <n3:stuff xmlns:n3=\"ftp://example.org\";></n3:stuff>\n </n1:elem2>"
#  t/24c14n.t line 166 is:     ok( $c14n_res, $result);
# Test 19 got: "<n1:elem2 xmlns:n1=\"http://example.net\"; xmlns:xml=\"http://www.w3.org/XML/1998/namespace\"; xml:lang=\"en\">\n <n3:stuff xmlns:n3=\"ftp://example.org\";></n3:stuff>\n </n1:elem2>" (t/24c14n.t at line 170) # Expected: "<n1:elem2 xmlns:n1=\"http://example.net\"; xml:lang=\"en\">\n <n3:stuff xmlns:n3=\"ftp://example.org\";></n3:stuff>\n </n1:elem2>"
#  t/24c14n.t line 170 is:     ok( $c14n_res, $result);
# Test 20 got: "<n1:elem2 xmlns:n1=\"http://example.net\"; xmlns:n2=\"http://foo.example\"; xmlns:xml=\"http://www.w3.org/XML/1998/namespace\"; xml:lang=\"en\">\n <n3:stuff xmlns:n3=\"ftp://example.org\";></n3:stuff>\n </n1:elem2>" (t/24c14n.t at line 174) # Expected: "<n1:elem2 xmlns:n1=\"http://example.net\"; xmlns:n2=\"http://foo.example\"; xml:lang=\"en\">\n <n3:stuff xmlns:n3=\"ftp://example.org\";></n3:stuff>\n </n1:elem2>"
#  t/24c14n.t line 174 is:     ok( $c14n_res, $result_n0n2);

--
Lola J. Lee Beno - ColdFusion Programmer/Web Designer for Hire
http://www.lolajl.net/resume | Blog at http://www.lolajl.net/blog/
"In rivers, the water that you touch is the last of what has passed
and the first of that which comes; so with present time." - Leonardo da Vinci (1452-1519)

Reply via email to