Hello everybody,
I'm a new user to Zimbra and installed it on a fresh Ubuntu Server 7.10. It didn't work out from scratch therefore the uname had to be changed to Ubuntu 6 as the installer avoids 7.x.
So the installation worked but I got the same message as her in
[SOLVED] New mail store installation fails:
Code:
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist.
So I changed the four empty entries:
Code:
zmlocalconfig -e ldap_url=ldap://myhost.domain.com:389
zmlocalconfig -e ldap_master_url=ldap://myhost.domain.com:389
zmlocalconfig -e ldap_port=389
zmlocalconfig -e ldap_host=myhost.domain.com
After a new
I get the same message again. And yes, the file /opt/zimbra/.zmcontrol.cache that seems to get addressed here did not exist. I did a
Code:
touch /opt/zimbra/.zmcontrol.cache
as root and chowned it to zimbra:zimbra but it did not change its behaviour. The script zsetup.pl also does not exist. What might be wrong?