SpamAssassin 3.3.0 available

hi, all
I already install the required perl modules and spamassassin, but encounter the following error msg.
It appear some error msg when using perl to install the IO::Zlib, so I use yum to install it instead, I don't know whether this cause the spamd goes down or not.

Package perl-IO-Zlib-1.04-4.2.1.noarch already installed and latest version

[root@venus scripts]# /usr/bin/spamd -d -c -m 15
child process [24968] exited or timed out without signaling production of a PID file: exit 255 at /usr/bin/spamd line 2588.
[root@venus scripts]# spamassassin -V
SpamAssassin version 3.3.1
running on Perl version 5.8.8
[root@venus scripts]# sa-update
channel: no 'mirrors.updates.spamassassin.org' record found, channel failed
 
Hmm CentOS doesn't like...


root@srv001c ~]# perl -MCPAN -e 'install Archive::Tar'
Can't locate object method "install" via package "Archive::Tar" at -e line 1.
[root@srv001c ~]# perl -MCPAN -e 'install IO::Zlib'
Sorry, we have to rerun the configuration dialog for CPAN.pm due to
some missing parameters...

Normally CPAN.pm keeps config variables in memory and changes need to
be saved in a separate 'o conf commit' command to make them permanent
between sessions. If you set the 'auto_commit' option to true, changes
to a config variable are always automatically committed to disk.

<auto_commit>
Always commit changes to config variables to disk? [no] no

A Build.PL is run by perl in a separate process. Likewise we run
'./Build' and './Build install' in separate processes. If you have any
parameters you want to pass to the calls, please specify them here.

Typical frequently used settings:

--install_base /home/xxx # different installation directory

<mbuildpl_arg>
Parameters for the 'perl Build.PL' command? []
 
Hi,


i got this problem after sa-update

Code:
:/usr/local/directadmin/scripts# sa-update
Can't locate LWP/UserAgent.pm in @INC (@INC contains: /usr/share/perl/5.8.8 /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl) at /usr/bin/sa-update line 81.
BEGIN failed--compilation aborted at /usr/bin/sa-update line 81.

how can i solve it?

And when i go to run spamd :

Code:
:/usr/local/directadmin/scripts# /usr/bin/spamd -d -c -m 15
child process [22306] exited or timed out without signaling production of a PID file: exit 255 at /usr/bin/spamd line 2588.
 
Hi,


i got this problem after sa-update

Code:
:/usr/local/directadmin/scripts# sa-update
Can't locate LWP/UserAgent.pm in @INC (@INC contains: /usr/share/perl/5.8.8 /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl) at /usr/bin/sa-update line 81.
BEGIN failed--compilation aborted at /usr/bin/sa-update line 81.
how can i solve it?

And when i go to run spamd :

Code:
:/usr/local/directadmin/scripts# /usr/bin/spamd -d -c -m 15
child process [22306] exited or timed out without signaling production of a PID file: exit 255 at /usr/bin/spamd line 2588.

Same error for me in a new install server !

How to fix it ??

srv05:/usr/local/directadmin/scripts# spamassassin -V
SpamAssassin version 3.3.1
running on Perl version 5.10.0

srv05:/usr/local/directadmin/scripts# sa-update
Can't locate LWP/UserAgent.pm in @INC (@INC contains: /usr/share/perl/5.10.0 /etc/perl /usr/local/lib/perl/5.10.0 /usr/local/share/perl/5.10.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10 /usr/local/lib/site_perl) at /usr/bin/sa-update line 81.
BEGIN failed--compilation aborted at /usr/bin/sa-update line 81.

srv05:/usr/local/directadmin/scripts# /usr/bin/spamd -d -c -m 15
child process [24919] exited or timed out without signaling production of a PID file: exit 255 at /usr/bin/spamd line 2588.

edit :
fixed :) ! with :
aptitude install liblwpx-paranoidagent-perl
 
Last edited:
For RH and Centos users i used
Code:
yum install perl-libwww-perl

and then re ran the sa-update


seemd to work for me


Chris
 
Because there's a later version. Look here.

I generally use the DirectAdmin spam.sh script install SpamAssassin.

Jeff
 
The latest version seems to; check the version inside the script. I've tried to use both the script and custombuild to install SpamAssassin on a new server, and neither completes; both tell me that there's no target for make (if I recall correctly).

So I'm not updating anywhere just yet, until this gets resolved.

Jeff
 
Back
Top