Some small errors in the "Zimbra Collaboration Suite Source - Build HOWTO"

Have a great idea for extending Zimbra? Share ideas, ask questions, contribute, and get feedback.
Post Reply
7323graffiti
Advanced member
Advanced member
Posts: 94
Joined: Fri Sep 12, 2014 9:55 pm

Some small errors in the "Zimbra Collaboration Suite Source - Build HOWTO"

Post by 7323graffiti »

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

[/quote]
They should be
[quote]

$ /opt/zimbra/libexec/zmmyinit

$ /opt/zimbra/libexec/zmldapinit

$ /opt/zimbra/libexec/zmmtainit localhost

$ /opt/zimbra/bin/zmmtaconfig mta

[/quote]
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
14319KevinH
Ambassador
Ambassador
Posts: 4558
Joined: Fri Sep 12, 2014 9:52 pm

Some small errors in the "Zimbra Collaboration Suite Source - Build HOWTO"

Post by 14319KevinH »

Thanks. These instructions were written for the first OSS build. Looks like they are a bit outdated for Milestone 1. We'll make sure to include an updated readme for the next milestone. I think I'll also add a note to the blog article at that time pointing folks that want the latest to the readme contained in the source download.
Post Reply