need help installing Unicode Perl Modules in FreeBSD 4.4
"Curtis Vize" <[email protected]> Tue, 23 Apr 2002 23:01:01 -0700
| Newsgroups | gmane.os.freebsd.configuration |
|---|---|
| Message-ID | <06bc01c1eb55$69a14a10$548137d8@domainsup0005> |
Hi All:
Sorry if this is the wrong list to send to, I'm a bit of a newbie, I've had some trouble installing some perl modules to enable Unicode. I'll list the Modules I'm attempting to install, and the errors the install scripts give me.
Unicode-String-2.06
When attempting to 'make test' I get the following Output:
# make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib -I/usr/libdata/perl/5.00503/mach -I/usr/libdata/perl/5.00503 -e 'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/byteswap.....ok
t/charname.....ok
t/encoding.....ok
t/op...........FAILED test 8
Failed 1/22 tests, 95.45% okay
t/ord..........ok
t/stringify....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/op.t 22 1 4.55% 8
Failed 1/6 test scripts, 83.33% okay. 1/90 subtests failed, 98.89% okay.
*** Error code 9
Stop in /usr/src/Unicode-String-2.06.
I've had a long day and my brain is too worked to interpret this, can anyone help?
-Curtis