if you're having trouble getting ldap to run try running ldap directly from the command line:
/opt/zimbra/bin/ldap start
...I was getting the same error message the other day when trying to setup an FC4 install and it turned out that i was missing libssl.so.4 (my FC4 install had .so.5, not .so.4) and zmcontrol was unfortunately eating the error message. |