Same problem here "
Server status data is not available. To see the server status, logger service must be installed."
This is on a fresh Ubuntu server 6.06.1 i386 install (
Not vserver), and a fresh zimbra 4.0.2_GA_362_UBUNTU6
My
/tmp/logprocess.out also starts with :
Quote:
|
Can't locate DBI.pm in @INC (@INC contains: /opt/zimbra/zimbramon/lib /opt/zimbra/zimbramon/lib/zimbrapm/SOAP /opt/zimbra/zimbramon/lib/zimbrapm /etc/perl /usr/local/lib/perl/5.8.7 /usr/local/share/perl/5.8.7 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl .) at /opt/zimbra/libexec/zmlogprocess line 33.
|
doing a /# find -depth -name DBI.pm
shows that it is located in :
./opt/zimbra/zimbramon/lib/i386-linux-thread-multi/DBI.pm
./opt/zimbra/zimbramon/lib/i386-linux-thread-multi/Bundle/DBI.pm
So, I guess the question is A) Where in the install process does is Zimbra supposed to be either 1)adding that path to @INC or 2)copying DBI.pm into a path where it can be found? and B) what should we do to get it there now?