Hi,
I cleared the port conflict, but this time the same error without port conflict

The very same error as my friend above. Can anyone lend a helping hand? Any idea what could have caused it?
The line 1005 in /opt/zimbra/zimbramon/lib/Net/LDAP.pm says
-----------------------
sub start_tls {
my $ldap = shift;
my $arg = &_options;
my $sock = $ldap->socket;
require IO::Socket::SSL;
require Net::LDAP::Extension;
my $mesg = $ldap->message('Net::LDAP::Extension' => $arg);
return _error($ldap, $mesg, LDAP_OPERATIONS_ERROR, "TLS already started")
if $sock->isa('IO::Socket::SSL');
return _error($ldap, $mesg, LDAP_PARAM_ERROR, "StartTLS requires LDAPv3")
if $ldap->version < 3;
$mesg->encode(
extendedReq => {
requestName => LDAP_EXTENSION_START_TLS,
}
);
----------------
The /tmp/zmsetup.07132010-122106.log says installation was stopped at a check on LDAP. Please let us know if any more details are required. Any ideas?
