I am trying to install Spam Assassin on my raq3 and I am running into an error when make'ing the file. Below is the output, if anyone can help point me in the right direction that would be great.
[root@www Mail-SpamAssassin-2.11]# make mkdir blib mkdir blib/lib mkdir blib/lib/Mail mkdir blib/arch mkdir blib/arch/auto mkdir blib/arch/auto/Mail mkdir blib/arch/auto/Mail/SpamAssassin mkdir blib/lib/auto mkdir blib/lib/auto/Mail mkdir blib/lib/auto/Mail/SpamAssassin mkdir blib/man1 mkdir blib/man3 /usr/bin/perl fixpath.pl spamassassin.raw spamassassin chmod 755 spamassassin mkdir -p doc /usr/bin/perl fixpath.pl spamd/spamd.raw spamd/spamd chmod 755 spamd/spamd /usr/bin/perl fixpath.pl spamproxy/spamproxyd.raw spamproxy/spamproxyd chmod 755 spamproxy/spamproxyd for f in spamassassin spamd/spamc.pod spamd/spamd spamproxy/spamproxyd lib/Mail/SpamAssassin.pm lib/Mail/SpamAssassin/Conf.pm lib/Mail/SpamAssassin/PerMsgStatus.pm lib/Mail/SpamAssassin/PersistentAddrList.pm lib/Mail/SpamAssassin/SMTP/SmartHost.pm ; do \ pod2html $f > doc/`echo $f | perl -pe \ 's/(lib|spamd)\///; s/\//_/g; s/\.(pod|pm)//;'`.html ; \ pod2text $f > doc/`echo $f | perl -pe \ 's/(lib|spamd)\///; s/\//_/g; s/\.(pod|pm)//;'`.txt ; \ done /bin/sh: pod2text: command not found /bin/sh: pod2text: command not found /bin/sh: pod2text: command not found /bin/sh: pod2text: command not found /bin/sh: pod2text: command not found /bin/sh: pod2text: command not found /bin/sh: pod2text: command not found /bin/sh: pod2text: command not found /bin/sh: pod2text: command not found make: *** [doc/.made] Error 127 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk