View Single Post
  #1 (permalink)  
Old 10-02-2005, 10:14 AM
graffiti graffiti is offline
Loyal Member
 
Posts: 95
Default Some small errors in the "Zimbra Collaboration Suite Source - Build HOWTO"

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
Reply With Quote