MS busted! Please Help

Paul Bijnens paul.bijnens at xplanation.com
Tue Jul 22 13:05:49 IST 2008


lists at openenterprise.ca wrote:
> I am not sure what happened but after a reboot of my CentOS 5.2 system, the
> bootup process stops at loading MailScanner and I need to manually reset. I
> disabled the service from autostarting and even when I run "MailScanner -v"
> from the shell it just hangs there!! I beleive I updated CentOS from 5.1 or
> something to 5.2 a few weeks back but I dont think I rebooted the system.
>   


As already noted by others, you probably have a perl-module
revert to an older version by the yum upgrade.

See:

https://bugzilla.redhat.com/show_bug.cgi?id=375621

To verify if you fell into this bug try if this command
gets an error like:

 $ perl -MScalar::Util=dualvar -e 1
    is only avaliable with the XS version at -e line 0
   BEGIN failed--compilation aborted.

      

If yes, then to fix this, do:

  $ perl -MCPAN -e shell
  cpan>  force install Scalar::Util






More information about the MailScanner mailing list