Hello there,
I'm about to try some customizations on the zimbra source code.
Compiled ok all the src on a Debian 4.0 rc3:
Code:
uname -a
Linux webmail 2.6.18-6-686 #1 SMP Sun Feb 10 22:11:31 UTC 2008 i686 GNU/Linux
ThirdParty compiled ok.
ZimbraBuild compiled ok.
So, with the new generated packages (zcs-5.0.7_GA_2420.DEBIAN4.0.20080703082940) , I've installed zcs on a test server, but it breaks when it's configuring ldap:
This is the zmsetup log:
Code:
Thu Jul 3 08:46:44 2008 *** Running as zimbra user: /opt/zimbra/libexec/zmldapinit
Can't locate Zimbra/Util/Common.pm in @INC (@INC contains: /opt/zimbra/zimbramon/lib/i486-linux-gnu-thread-multi /opt/zimbra/zimbramon/lib /opt/zimbra/zimbramon/lib/x86_64-linux-thread-multi /opt/zimbra/zimbramon/lib/i386-linux-thread-multi /opt/zimbra/zimbramon/lib/i586-linux-thread-multi /opt/zimbra/zimbramon/lib/x86_64-linux-gnu-thread-multi /opt/zimbra/zimbramon/lib/darwin-thread-multi-2level /etc/perl /usr/local/lib/perl/5.8.8 /usr/local/share/perl/5.8.8 /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/zmldapinit line 29.
BEGIN failed--compilation aborted at /opt/zimbra/libexec/zmldapinit line 29.
Thu Jul 3 08:46:44 2008 failed. (512)
Thu Jul 3 08:46:44 2008
ERROR
Thu Jul 3 08:46:44 2008
Configuration failed
Thu Jul 3 08:46:44 2008 Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
Thu Jul 3 08:46:44 2008 complete the configuration.
Thu Jul 3 08:46:44 2008
Errors have been logged to /tmp/zmsetup.01001900-0000138982220.log
Well... I need some help with this... can someone help me?