I'm installing qpsmtpd 0.83 on a new server running CentOS 5.4. When I run make test I get an unexpected message, "command not performed". Is this an issue that I need to resolve?
Nedry [r...@x2 qpsmtpd]# make test PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/addresses.t ........ ok t/config.t ........... ok t/helo.t ............. ok t/misc.t ............. 3/14 t/misc.t[4461]: program fault - command not performed () t/misc.t[4461]: test message () t/misc.t ............. ok t/plugin_tests.t ..... ok t/qpsmtpd-address.t .. ok t/rset.t ............. ok t/tempstuff.t ........ ok All tests successful. Files=8, Tests=115, 10 wallclock secs ( 0.04 usr 0.01 sys + 0.79 cusr 0.10 csys = 0.94 CPU) Result: PASS