Ubuntu: Cannot initialize LDAP Hey guys,
I have been beating my head against the wall with the installation of Zimbra on Ubuntu. Everything seems to work fine, but the zmsetup script exists when it tries to initialize ldap:
Operations logged to /tmp/zmsetup.log.25213
Initializing ldap...FAILED (256)
The log file listed above says this:
-----------------------
Initializing ldap...
*** Running as zimbra user: /opt/zimbra/libexec/zmldapinit
/opt/zimbra/bin/ldap: 32: source: not found
FAILED (256)
----------------------
Here is line 32 from file /opt/zimbra/bin/ldap:
...
source /opt/zimbra/bin/zmshutil || exit 1
...
...
Someone please help. |