https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6883

--- Comment #12 from Tom Schulz <[email protected]> ---
On the Solaris 8 Sparc system, the perl used for spamassassin is installed
in /opt/perl/bin and was only used for spamassassin. On that system,
/usr/bin/perl points to a different install of perl. On the Solaris 10 i86pc
system, where spamassassin 3.3.2 is currently running, perl is installed as
/opt/local/bin/perl. /usr/bin/perl is a symlink to /opt/local/bin/perl. This
version of perl is used for all users of perl.

The first line of t../spamd/spamd.raw is  #!/usr/bin/perl -w -T

I did some experimenting and found that the spamd_hup test passes if I run
it individually. To do that I used a script that I came up a long time ago.
I no longer remember where it came from. The script I used is:

#!/usr/bin/sh
PERL_DL_NONLAZY=1 perl "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib/lib', 'blib/arch')" t/$1.t

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to