I'm experiencing a similar issue, but mine errors on line 94.

It's also epidemic to the system, not this release of SA.. if I go back and try to make SA 2.63 from scratch I have the same problem.

I'm wondering if my copy of MakeMaker got screwed up. I'm going to try refreshing that from CPAN and see how it goes.

Some results/info:
-----------------
#perl Makefile.PL
What email address or URL should be used in the suspected-spam report
text for users who want more information on your filter installation?
(In particular, ISPs should change this to a local Postmaster contact)
default text: [the administrator of that system]

Run Razor v2 tests (these may fail due to network problems)? (y/n) [n]


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 written by ExtUtils::MakeMaker 6.05

# make
Makefile:94: *** missing separator.  Stop.
-----------------

From the Makefile:
91      INSTALLBIN = /usr/bin'
92      installhtml1dir=''
93      installhtml3dir=''
94>  installman1
95      INSTALLSITEBIN = /usr
96      INSTALLVENDORBIN = /usr/bin'

Looking at that, there's a lot of mis-quoting going on.. look at lines 91 and 96!


It's also quite odd it's complaining about pod2man, since it's already in the path:


# which pod2man
/usr/bin/pod2man


Some other relevant info: # perl --version

This is perl, v5.8.0 built for i386-linux-thread-multi




Reply via email to