Hi guys,
I followed "Zimbra Collaboration Suite Source - Build HOWTO" at
http://www.zimbra.com/blog/archives/2005/08/index.html and found some small errors as below:
Quote:
- Run the following commands as yourself to initialize mysql, ldap,
and Zimbra's postfix configurator.
$ /opt/zimbra/bin/zmmyinit
$ /opt/zimbra/bin/zmldapinit
$ /opt/zimbra/bin/zmmtainit localhost
$ /opt/zimbra/bin/zmmtaconfig mta
|
They should be
Quote:
$ /opt/zimbra/libexec/zmmyinit
$ /opt/zimbra/libexec/zmldapinit
$ /opt/zimbra/libexec/zmmtainit localhost
$ /opt/zimbra/bin/zmmtaconfig mta
|
2.
/opt/zimbra/openldap-data was not auto-created when I ran "make dev-install" or "/opt/zimbra/libexec/zmldapinit". You must create it manually otherwise it doesnt work.
HTH,
-g