IÂm using
Solaris 5.8
Perl 5.8.3
And I have installed all the required programs. I found there was a bug for
solaris in previus versions but know is fixed.
When I do the "make test" I get the following errors. Any clue?
t/spamd.....................ok
t/spamd_allow_user_rules....ok
t/spamd_hup.................# Failed test 3 in t/spamd_hup.t at line 35
# t/spamd_hup.t line 35 is: ok (-e $pid_file);
# Failed test 4 in t/spamd_hup.t at line 37
# t/spamd_hup.t line 37 is: ok ($pid2 = get_pid($pid1));
# Failed test 5 in t/spamd_hup.t at line 40
# t/spamd_hup.t line 40 is: ok ($pid2 != 0 and kill (0, $pid2));
Not found: flag = X-Spam-Flag: YES
# Failed test 8 in t/SATest.pm at line 388
FAILED tests 3-5, 8
Failed 4/8 tests, 50.00% okay
t/spamd_maxchildren.........ok
t/spamd_maxsize.............ok
t/spamd_port................ok
t/spamd_protocol_10.........ok
t/spamd_report..............ok
t/spamd_report_ifspam.......ok
t/spamd_stop................ok
t/spamd_symbols.............ok
t/spamd_unix................ok
t/spamd_utf8................ok
t/strip2....................ok
t/stripmarkup...............ok
t/utf8......................ok
t/whitelist_addrs...........ok
t/whitelist_to..............ok
t/zz_cleanup................ok
Failed 1/39 test scripts, 97.44% okay. 4/281 subtests failed, 98.58% okay.
Failed Test Stat Wstat Total Fail Failed List of Failed
-------------------------------------------------------------------------------
t/spamd_hup.t 8 4 50.00% 3-5 8
1 test skipped.
make: *** [test_dynamic] Error 29