spam assassin install

jdwright

Verified User
Joined
Oct 19, 2003
Messages
18
trying to install spam assassin and i keep getting an error about pod2man not being in my path....yet it is. The only problem i see that might be doing it is /usr/bin is in there twice. Could that be the problem?

Code:
[root@mariner scripts]# ./spam.sh

Warning: I could not locate your pod2man program. Please make sure,
         your pod2man program is in your PATH before you execute 'make'

Writing Makefile for Mail::SpamAssassin
Makefile:72: *** missing separator.  Stop.
Makefile:72: *** missing separator.  Stop.
[root@mariner scripts]# locate pod2man
/usr/bin/pod2man
/usr/share/man/man1/pod2man.1.gz
[root@mariner scripts]# echo $PATH
/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:/usr/bin/X11:/usr/X11R6/bin:/root/bin
[root@mariner scripts]#
 
Back
Top