Hi everybody

Great forum you have here

it has already helped me a lot !
Anyway, i'm installing zimbra on some machine, and so i did.
The machine: a FreeBSD 6.2, zimbra Release 4.0.3_GA_411.FreeBSD
Everything went fine, BUT (!!) when i do a zmcontrol status, i received this "error":
Code:
[zimbra@galileo ~]$ bin/zmcontrol status
Host xxx.xxx
antispam Running
antivirus Running
ldap Running
logger Stopped
zmlogswatchctl is not running
mailbox Running
mta Running
snmp Stopped
swatch is not running
spell Running and i was requested to let everything running.
So, i started, but i found a little problem which i don't understand:
Code:
[zimbra@galileo ~]$ tail /tmp/logswatch.out
Can't locate Date/Parse.pm in @INC (@INC contains: /usr/local/lib/perl5/5.8.8/BSDPAN /usr/local/lib/perl5/site_perl/5.8.8/mach /usr/local/lib/perl5/site_perl/5.8.8 /usr/local/lib/perl5/site_perl /usr/local/lib/perl5/5.8.8/mach /usr/local/lib/perl5/5.8.8 .) at /opt/zimbra/libexec/logswatch line 347.
BEGIN failed--compilation aborted at /opt/zimbra/libexec/logswatch line 347.
I guess that would be the reason why swatch isn't running? Really don't know what to do now, any suggestion?
(snmp is next :P)
If you need any more info, please reply
Thanks !
PD:
zmlogswatchctl start command:
Code:
[zimbra@galileo ~]$ bin/zmlogswatchctl start
+ BASE=/opt/zimbra
+ CONFIG=/opt/zimbra/conf/logswatchrc
+ PIDFILE=/opt/zimbra/log/logswatch.pid
+ '[' -f /opt/zimbra/log/logswatch.pid ']'
++ cat /opt/zimbra/log/logswatch.pid
+ PID=29111
+ source /opt/zimbra/.bashrc
bin/zmlogswatchctl: line 36: /opt/zimbra/.bashrc: No such file or directory
+ case "$1" in
+ '[' -f /opt/zimbra/conf/logswatchrc ']'
+ PID=35311
+ chmod 777 /tmp/logswatch.out
+ /opt/zimbra/libexec/logswatch --config-file=/opt/zimbra/conf/logswatchrc --use-cpan-file-tail --script-dir=/tmp -t /var/log/zimbra.log
+ echo 35311
+ '[' x35311 '!=' x ']'
+ kill -0 35311
+ exit 0
[zimbra@galileo ~]$