Hello All,

I wanted to install SpamAssassin for myself only, as I don't have root
privilages. Anyways,I followed the instructions of the part where it
says if I want to install it as non-root.

Doing $perl Makefile.PL PREFIX=~/sallawa/ SYSCONFDIR=~/sallawa/etc/
yeilds:
Warning: prerequisite HTML::Parser 3 not found at (eval 1) line 220.
Warning: prerequisite Pod::Usage 0 not found at (eval 1) line 220.
Writing Makefile for Mail::SpamAssassin

So I went on to do $make which gave me:
for f in spamassassin spamd/spamc.pod spamd/spamd
lib/Mail/SpamAssassin.pm lib/M
ail/SpamAssassin/Conf.pm lib/Mail/SpamAssassin/PerMsgStatus.pm
lib/Mail/SpamAssa
ssin/PersistentAddrList.pm  ; do \
      echo Converting POD in $f; \
      pod2html $f > doc/`echo $f | /usr/bin/perl -pe \
        's,^(lib|spamd)/|\.(pod|pm)$,,g; tr,/,_,;'`.html ; \
      pod2text $f > doc/`echo $f | /usr/bin/perl -pe \
        's,^(lib|spamd)/|\.(pod|pm)$,,g; tr,/,_,;'`.txt ; \
done
Converting POD in spamassassin
/bin/sh: pod2html: command not found
/bin/sh: pod2text: command not found
Converting POD in spamd/spamc.pod
/bin/sh: pod2html: command not found
/bin/sh: pod2text: command not found
Converting POD in spamd/spamd
/bin/sh: pod2html: command not found
/bin/sh: pod2text: command not found
Converting POD in lib/Mail/SpamAssassin.pm
/bin/sh: pod2html: command not found
/bin/sh: pod2text: command not found
Converting POD in lib/Mail/SpamAssassin/Conf.pm
/bin/sh: pod2html: command not found
/bin/sh: pod2text: command not found
Converting POD in lib/Mail/SpamAssassin/PerMsgStatus.pm
/bin/sh: pod2html: command not found
/bin/sh: pod2text: command not found
Converting POD in lib/Mail/SpamAssassin/PersistentAddrList.pm
/bin/sh: pod2html: command not found
/bin/sh: pod2text: command not found
make: *** [doc/.made] Error 127

So now what? Am stuck here! How can I fix this?

Oh BTW, this might be useful:
$uname -a
SunOS csce.uark.edu 5.8 Generic_108528-08 sun4u sparc SUNW,Ultra-250

Thanks everyone!

--Sadiq


-------------------------------------------------------
This sf.net email is sponsored by: Influence the future 
of Java(TM) technology. Join the Java Community 
Process(SM) (JCP(SM)) program now. 
http://ads.sourceforge.net/cgi-bin/redirect.pl?sunm0004en
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to