|
Posted by Jim on October 15, 2004, 9:16 am
Please log in for more thread options
I just installed perl 5.8.5. Now I'm trying to install XML::DOM and
getting the following:
t/dom_jp_astress......ok
t/dom_jp_attr.........FAILED tests 3, 9, 12, 14, 19, 22
Failed 6/23 tests, 73.91% okay
t/dom_jp_cdata........FAILED test 3
Failed 1/3 tests, 66.67% okay
t/dom_jp_example......ok
t/dom_jp_minus........FAILED test 2
Failed 1/2 tests, 50.00% okay
t/dom_jp_modify.......FAILED test 16
Failed 1/16 tests, 93.75% okay
t/dom_jp_print........FAILED tests 2-3
Failed 2/3 tests, 33.33% okay
t/dom_minus...........ok
t/dom_modify..........ok
Not sure what to do so any help would be greatly appreciated.
|
|
Posted by Big and Blue on October 21, 2004, 1:42 am
Please log in for more thread options
Jim wrote:
> I just installed perl 5.8.5. Now I'm trying to install XML::DOM and
> getting the following:
>
> t/dom_jp_astress......ok
> t/dom_jp_attr.........FAILED tests 3, 9, 12, 14, 19, 22
Seems familiar...
Try adding:
use encoding 'utf8';
to the offending test scripts and see what happens....(yes, add it just
after the "use utf8;" lines...)
--
-*- Just because I've written it here doesn't -*-
-*- mean that you should, or I do, believe it. -*-
|
| Similar Threads | Posted | | I got this error installing Tk800.022 | December 16, 2004, 12:25 am |
| Error installing Net::SSH2 | February 8, 2007, 10:48 am |
| Error installing DBD::Sybase | September 11, 2007, 12:39 pm |
| Error installing Apache::Request | October 23, 2006, 4:47 pm |
| Error: RCPT TO: error (550 relay not permitted) | February 11, 2006, 1:39 pm |
| GD.c: 533: error: syntax error before "void" | March 24, 2006, 10:15 am |
| Error while using LWP | December 1, 2005, 8:06 am |
| Have I an error in my POD? | December 21, 2005, 6:35 pm |
| Deparse error | July 7, 2004, 2:52 am |
| Out of Memory error | September 12, 2004, 11:51 pm |
|