Since the make test didn't work even after changing the PATH, I just
changed my script as below and it passesed the make test. But now make
install is failing need to look into it. Any way thanks again Matt!
export CC=/opt/SUNwspro/bin/cc
export PERL=/usr/perl5/5.8.4/bin/perl
perl Makefile.P
Matt,
Thank you very much for your response and the bug looks like the same
error i am getting. I have perl installed in /usr/perl5/5.8.4/bin with
a sym.link to /usr/bin. I changed my PATH so that it sees the installed
directory. I also ran "prove -v t/spamd_hup.t" and went fine. But the
mocherla wrote:
> Hi
>
> I am trying to install/configure SpamAssassin and make test filed with the
> following reasons. I was running this as root. and would like to run spamd
> as non-root user (Tspamd with /opt/oso/Tspamd as its home directory). I have
> postfix installed and want to integrate
110 105 95.45% 5 7-110
39 tests skipped.
Failed 1/143 test scripts, 99.30% okay. 105/1916 subtests failed, 94.52%
okay.
*** Error code 29
make: Fatal error: Command failed for target `test_dynamic'
Thanks
Nandini
--
View this message in context:
http://www.nabble.com/SpamAssassin-Make-