View Single Post
  #21 (permalink)  
Old 05-15-2008, 01:26 AM
Abdelmonam Kouka Abdelmonam Kouka is offline
Active Member
 
Posts: 49
Default

Quote:
Originally Posted by jholder View Post
I don't think this has much to do with building. This is an LDAP problem. Zimbra relies upon ldap for all other services, if it doesn't start, nothing starts.

That's what's happening. So we need to focus there.

What happens when you

su - zimbra
ldap start
Code:
zimbra@monaco:~/bin$ ./ldap start
Started slapd: pid 10099
zimbra@monaco:~/bin$ ./zmcontrol status
Unable to determine enabled services from ldap.
Unable to determine enabled services. Cache is out of date or doesn't exist.
zimbra@monaco:~/bin$ ./ldap start
slapd already running: pid 10099
Reply With Quote