Hi, Trying to install SA 4.0.1 from scratch. Tried via CPAN, that didn't go well, so trying from tarball. (Enabled SSL when doing Makefile.PL)
I'm on Amazon Linux 2 , 4.0.1 SA, and not sure what other info I can give. I installed every perl module it wanted. The final summary is - Test Summary Report ------------------- t/spamc_optL.t (Wstat: 2560 Tests: 18 Failed: 10) Failed tests: 2, 5-8, 10, 12, 15-16, 18 Non-zero exit status: 10 t/spamd_client.t (Wstat: 3584 Tests: 52 Failed: 14) Failed tests: 35, 37-42, 44, 46-51 Non-zero exit status: 14 Files=217, Tests=3807, 904 wallclock secs ( 1.21 usr 0.22 sys + 273.72 cusr 26.33 csys = 301.48 CPU) Result: FAIL Failed 2/217 test programs. 24/3807 subtests failed. make: *** [test_dynamic] Error 255 During the run it seems to output : t/spamd_client.t .................. 32/52 # Failed test at t/spamd_client.t line 152. ERROR: Bayes dump returned an error, please re-run with -D for more information t/spamd_client.t .................. 37/52 # Failed test at t/spamd_client.t line 157. Not found: spam in database = 1 0 non-token data: nspam at t/spamd_client.t line 158. # Failed test at t/SATest.pm line 926. # Failed test at t/spamd_client.t line 161. ERROR: Bayes dump returned an error, please re-run with -D for more information # Failed test at t/spamd_client.t line 165. Not found: ham in database = 0 0 non-token data: nham at t/spamd_client.t line 166. # Failed test at t/SATest.pm line 926. Not found: spam in database = 0 0 non-token data: nspam at t/spamd_client.t line 166. # Failed test at t/SATest.pm line 926. t/spamd_client.t .................. 44/52 # Failed test at t/spamd_client.t line 172. ERROR: Bayes dump returned an error, please re-run with -D for more information # Failed test at t/spamd_client.t line 177. Not found: ham in database = 1 0 non-token data: nham at t/spamd_client.t line 178. # Failed test at t/SATest.pm line 926. # Failed test at t/spamd_client.t line 181. ERROR: Bayes dump returned an error, please re-run with -D for more information t/spamd_client.t .................. 49/52 # Failed test at t/spamd_client.t line 185. Not found: ham in database = 0 0 non-token data: nham at t/spamd_client.t line 186. # Failed test at t/SATest.pm line 926. Not found: spam in database = 0 0 non-token data: nspam at t/spamd_client.t line 186. # Failed test at t/SATest.pm line 926. t/spamd_client.t .................. 52/52 # Looks like you failed 14 tests of 52. t/spamd_client.t .................. Dubious, test returned 14 (wstat 3584, 0xe00) Failed 14/52 subtests Any indications as to the issue? Thanks, Tuc