Hello,
Some background
[root@qmail Mail-SpamAssassin-SpamCopURI-0.10]# uname -a Linux qmail.wcslnet.net 2.4.22-1.2174.nptl #1 Wed Feb 18 16:38:32 EST 2004 i686 i686 i386 GNU/Linux [root@qmail Mail-SpamAssassin-SpamCopURI-0.10]#
[root@qmail Mail-SpamAssassin-SpamCopURI-0.10]# perl -v
This is perl, v5.8.3 built for i386-linux-thread-multi
[root@qmail Mail-SpamAssassin-SpamCopURI-0.10]# rpm -qa | grep perl perl-DateManip-5.40-30 perl-URI-1.21-7 perl-XML-Dumper-0.4-25 perl-5.8.3-16 perl-DBI-1.37-1 perl-Filter-1.29-8 perl-HTML-Tagset-3.03-28 perl-Parse-Yapp-1.05-30 perl-libwww-perl-5.65-6 perl-libxml-perl-0.07-28 perl-XML-Encoding-1.01-23 mod_perl-1.99_12-2 perl-HTML-Parser-3.26-18 perl-XML-Parser-2.31-16 perl-libxml-enno-1.02-29 perl-DBD-MySQL-2.9002-1 [root@qmail Mail-SpamAssassin-SpamCopURI-0.10]#
All other prerequisites installed.
[root@qmail Mail-SpamAssassin-SpamCopURI-0.10]# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/bad..............ok t/blacklist........ok t/cache............ok t/dnsrbl...........NOK 1# Failed test (t/dnsrbl.t at line 16) t/dnsrbl...........NOK 2# Failed test (t/dnsrbl.t at line 18) t/dnsrbl...........NOK 5# Failed test (t/dnsrbl.t at line 25) t/dnsrbl...........ok 6/6# Looks like you failed 3 tests of 6. t/dnsrbl...........dubious Test returned status 3 (wstat 768, 0x300) Scalar found where operator expected at (eval 153) line 1, near "'int' $__val" (Missing operator before $__val?) DIED. FAILED tests 1-2, 5 Failed 3/6 tests, 50.00% okay t/good.............ok t/ipaddress........ok t/longhostname.....ok t/mailto...........ok t/merge_urls.......ok t/shorthostname....ok t/spamcop_fetch....ok t/spamcopuri.......ok t/whitelist........ok Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/dnsrbl.t 3 768 6 3 50.00% 1-2 5 Failed 1/13 test scripts, 92.31% okay. 3/62 subtests failed, 95.16% okay. make: *** [test_dynamic] Error 255 [root@qmail Mail-SpamAssassin-SpamCopURI-0.10]#
Any suggestions?
Regards
/Steve
Hi!
perl-DBI-1.37-1 perl-Filter-1.29-8 perl-HTML-Tagset-3.03-28 perl-Parse-Yapp-1.05-30 perl-libwww-perl-5.65-6 perl-libxml-perl-0.07-28 perl-XML-Encoding-1.01-23 mod_perl-1.99_12-2 perl-HTML-Parser-3.26-18 perl-XML-Parser-2.31-16 perl-libxml-enno-1.02-29 perl-DBD-MySQL-2.9002-1 [root@qmail Mail-SpamAssassin-SpamCopURI-0.10]#
What do you have in your /etc/sysconfig/i18n file ? If you have anything with UTF-8 that could give trouble.
Any suggestions?
Bye, Raymond.
Raymond,
Initially did have UTF-8 defined.
Have modified to
more /etc/sysconfig/i18n LANG="en_US" SUPPORTED="en_GB.UTF-8:en_GB:en:en_US.UTF-8:en_US:en" SYSFONT="latarcyrheb-sun16" [root@qmail Mail-SpamAssassin-SpamCopURI-0.10]#
# LANG=en_US; export LANG
Still getting the same error.
Hummmm...
Regards
/Steve
On Wed, 2004-04-14 at 01:09, Raymond Dijkxhoorn wrote:
Hi!
perl-DBI-1.37-1 perl-Filter-1.29-8 perl-HTML-Tagset-3.03-28 perl-Parse-Yapp-1.05-30 perl-libwww-perl-5.65-6 perl-libxml-perl-0.07-28 perl-XML-Encoding-1.01-23 mod_perl-1.99_12-2 perl-HTML-Parser-3.26-18 perl-XML-Parser-2.31-16 perl-libxml-enno-1.02-29 perl-DBD-MySQL-2.9002-1 [root@qmail Mail-SpamAssassin-SpamCopURI-0.10]#
What do you have in your /etc/sysconfig/i18n file ? If you have anything with UTF-8 that could give trouble.
Any suggestions?
Bye, Raymond.
Hi!
Have modified to
more /etc/sysconfig/i18n LANG="en_US" SUPPORTED="en_GB.UTF-8:en_GB:en:en_US.UTF-8:en_US:en" SYSFONT="latarcyrheb-sun16" [root@qmail Mail-SpamAssassin-SpamCopURI-0.10]#
# LANG=en_US; export LANG
Still getting the same error.
What do you have in your /etc/sysconfig/i18n file ? If you have anything with UTF-8 that could give trouble.
And you logged out ? Changed there will either take effect on reboot or after opening a new shell.
Bye, Raymond.