I have used spamassassin for a few years installing it with cpan and really
not running into any problems with installation etc.
I was trying to install via CPAN again, and received the following errors:
-----------------------
/bin/tar: Read 6656 bytes from -
Removing previously used /root/.cpan/build/Mail-SpamAssassin-3.1.0
CPAN.pm: Going to build J/JM/JMASON/Mail-SpamAssassin-3.1.0.tar.gz
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]
NOTE: settings for "make test" are now controlled using "t/config.dist".
See that file if you wish to customise what tests are run, and how.
checking module dependencies and their versions...
Running make test
Make had some problems, maybe interrupted? Won't test Running make install
Make had some problems, maybe interrupted? Won't install
-----------------------
I decided that maybe it was time to simply download the code and install by
hand rather then cpan, however I ended up with relativly the same error.
I searched the web and really didn't see this anywhere with any kind of
help.
This is what happens when I download source and compile by hand:
-------------------------
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]
NOTE: settings for "make test" are now controlled using "t/config.dist".
See that file if you wish to customise what tests are run, and how.
checking module dependencies and their versions...
Segmentation fault
-------------------------
I am running SA on on a RH7.3, FC4 and RHES3 server the funny thing is the
ONLY box it's working on is the RH7.3 which was installed via CPAN.
I get the same errors on both FC4 & RHES3....
I read through INSTALL and UPGRADE and believe I have all additional
required modules, but just can't get this to work...
any help appreciated!
Joey