I've got installed the RHEL5 64 Bit package (Beta) on Fedora 10 64 Bit but a problem with zmamavisdctl start
Code:
zmamavisdctl start
Starting amavisd...fetch_modules: error loading required module Compress/Zlib.pm:
IO::Compress::Base::Common version 2.019 required--this is only version 2.015 at /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi/Compress/Zlib.pm line 11.
BEGIN failed--compilation aborted at /usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi/Compress/Zlib.pm line 11.
Compilation failed in require at /opt/zimbra/amavisd/sbin/amavisd line 195.
ERROR: MISSING REQUIRED BASIC MODULES:
Compress::Zlib
BEGIN failed--compilation aborted at /opt/zimbra/amavisd/sbin/amavisd line 234.
failed.
But if you look at this file you can see this:
Code:
package Compress::Zlib;
require 5.004 ;
require Exporter;
use AutoLoader;
use Carp ;
use IO::Handle ;
use Scalar::Util qw(dualvar);
use IO::Compress::Base::Common 2.019 ;
use Compress::Raw::Zlib 2.019 ;
use IO::Compress::Gzip 2.019 ;
use IO::Uncompress::Gunzip 2.019 ;
use strict ;
use warnings ;
use bytes ;
[...] and so on
I've edited the /opt/zimbra/.bashrc too:
Code:
PERLLIB=/usr/lib64/perl5/5.10.0/x86_64-linux-thread-multi
export PERLLIB
PERL5LIB=$PERLLIB
export PERL5LIB
But its not working
PS: Is this the reason that I cant get or send mails?
Maybe interesting too:
Code:
zmcontrol status
Host xxxxxxx
antispam Stopped
zmamavisdctl is not running
antivirus Stopped
zmamavisdctl is not running
ldap Running
logger Stopped
zmlogswatchctl is not running
mailbox Running
mta Running
snmp Stopped
zmswatch is not running.
spell Stopped
zmapachectl is not running
stats Running
PS Thats not the host I knw but its not for the publlic ^^