http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5761
------- Additional Comments From [EMAIL PROTECTED] 2008-01-01 16:39 ------- > if i try this as "sudo -u spamd make test" -- since we're not supposed to >run tests as root, right? -- it fails as before Did you make as root? If you did, did you chown -R spamd . ? Is it possible that /etc/sudoers contains Defaults env_reset That would prevent the SPAMD_HOST environment variable you set from being seen inside the make test. One workaround would be to use visudo to edit the /etc/sudoers file and insert Defaults env_keep += "SPAMD_HOST" somewhere after the env_reset line. Another workaround would be to sudo -u spamd sh to get a shell as the spamd user and then set SPAMD_HOST and do the make test. If none of the above helps, I would like to see the outputs with TEST_VERBOSE=1 when you get the errors from spamc_B.t to see how they are the same or different from the results you got in response to comment #9 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
