Problem and resolution for problem on FC7 with Perl
Jason Ede
j.ede at birchenallhowden.co.uk
Tue Sep 18 10:20:43 IST 2007
This is more for information in case someone else comes across this.
After running yum updates and updating perl to perl-5.8.8-23.fc7 MailScanner would not start.
The first line of the error message is
is only avaliable with the XS version at /usr/lib/perl5/site_perl/5.8.8/Compress/Zlib.pm line 9
There are loads of errors to do with Zlib, Archive and Message modules.
Eventually the cause was tracked down to a buggy Scalar::Util module (after some googling)
Resolution
wget http://search.cpan.org/CPAN/authors/id/G/GB/GBARR/Scalar-List-Utils-1.19.tar.gz
tar xzvf Scalar-List-Utils-1.19.tar.gz
cd Scalar-List-Utils-1.19
perl Makefile.PL
make test
make install
Once that was done everything was fine and MailScanner started again and seems to be working fine.
Jason
-----------------------------------------------------------
The information in this e-mail and any attachments is
confidential. It is intended solely for the attention and
use of the named addressee(s). If you are not the intended
recipient, or person responsible for delivering this
information to the intended recipient, please notify the
sender or email postmaster at birchenallhowden.co.uk and
delete it from your computer systems. Unless you are the
intended recipient or his/her representative you are not
authorised to, and must not, read, copy, distribute, use
or retain this message or any part of it. All messages
are scanned by Mailscanner and are believed to be clean.
Recipients are advised to apply their own virus checks
to any message on delivery. No liability is accepted by
BirchenallHowden Ltd for any losses caused by viruses
contracted during transit over the internet or present in
any recieving system. BirchenallHowden Ltd, 53 Mowbray St,
Sheffield S3 8EN.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.mailscanner.info/pipermail/mailscanner/attachments/20070918/2970b856/attachment.html
More information about the MailScanner
mailing list