Do you have openssl installed?
rpm -qi openssl
If it's not installed, please install it.
Quote:
Originally Posted by MeneM
So far I see the same things as with above posters.
Code:
[root@localhost tmp]# cat install.log.3718
Preparing packages for installation...
zimbra-core-2005.0.0_39.FC3-1_ARMSTRONG
Preparing packages for installation...
zimbra-ldap-2005.0.0_39.FC3-1_ARMSTRONG
Preparing packages for installation...
zimbra-mta-2005.0.0_39.FC3-1_ARMSTRONG
Preparing packages for installation...
zimbra-snmp-2005.0.0_39.FC3-1_ARMSTRONG
Preparing packages for installation...
zimbra-store-2005.0.0_39.FC3-1_ARMSTRONG
COMMAND: zmmyinit
* Creating required directories
* Generating mysql config /opt/zimbra/conf/my.cnf
* Creating database in /opt/zimbra/db/data
* Starting mysql server
* Loading schema /opt/zimbra/db/db.sql
* Loading version from /opt/zimbra/db/versions-init.sql
* Setting random password for mysql root user in zimbra local config
* Setting random password for mysql zimbra user in zimbra local config
* Changing mysql root user password
* Changing mysql zimbra user password
* Changed zimbra mysql user password
COMMAND: zmlocalconfig -e zimbra_server_hostname=gws.mine.nu
COMMAND: zmlocalconfig -e ldap_host=gws.mine.nu
COMMAND: zmlocalconfig -e ldap_port=389
COMMAND: zmldapinit
/opt/zimbra/openldap/sbin/slappasswd: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
/opt/zimbra/openldap/sbin/slappasswd: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
/opt/zimbra/openldap/libexec/slapd: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
Started slapd: pid
/opt/zimbra/openldap/bin/ldapmodify: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
/opt/zimbra/openldap/bin/ldapmodify: error while loading shared libraries: libssl.so.4: cannot open shared object file: No such file or directory
COMMAND: zmprov cs gws.mine.nu
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException gws.mine.nu:389)
COMMAND: zmprov cd gws.mine.nu
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException gws.mine.nu:389)
COMMAND: zmprov mcf zimbraDefaultDomainName gws.mine.nu
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException gws.mine.nu:389)
COMMAND: zmprov ca admin@gws.mine.nu keepitsimple zimbraIsAdminAccount TRUE
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException gws.mine.nu:389)
COMMAND: id=`zmprov gs gws.mine.nu | grep zimbraId | awk '{print $2}'`; for i in `zmprov gc default | grep zimbraMailHostPool | sed 's/zimbraMailHostPool: //'`; do host="$host zimbraMailHostPool $i"; done; zmprov mc default $host zimbraMailHostPool $id
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException gws.mine.nu:389)
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException gws.mine.nu:389)
zmprov [cmd] [args ...]
CreateAccount(ca) {name@domain} {password} [attr1 value1 [attr2 value2...]]
DeleteAccount(da) {name@domain|id}
GetAccount(ga) {name@domain|id}
GetAllAccounts(gaa) [-v] [{domain}]
GetAllAdminAccounts(gaaa) [-v]
ModifyAccount(ma) {name@domain|id} [attr1 value1 [attr2 value2...]]
SetPassword(sp) {name@domain|id} {password}
AddAccountAlias(aaa) {name@domain|id} {alias@domain}
RemoveAccountAlias(raa) {name@domain|id} {alias@domain}
SetAccountCos(sac) {name@domain|id} {cos-name|cos-id}
SearchAccounts(sa) [-v] {ldap-query} [limit {limit}] [offset {offset}] [sortBy {attr}] [attrs {a1,a2...}] [sortAscending 0|1*] [applyCos [0|1*] [domain {domain}]
SearchGal(sg) {domain} {name}
RenameAccount(ra) {name@domain|id} {newName@domain}
CreateDomain(cd) {domain} [attr1 value1 [attr2 value2...]]
DeleteDomain(dd) {domain|id}
GetDomain(gd) {domain|id}
GetAllDomains(gad) [-v]
ModifyDomain(md) {domain|id} [attr1 value1 [attr2 value2...]]
CreateCos(cc) {name} [attr1 value1 [attr2 value2...]]
DeleteCos(dc) {name|id}
GetCos(gc) {name|id}
GetAllCos(gac) [-v]
ModifyCos(mc) {name|id} [attr1 value1 [attr2 value2...]]
RenameCos(rc) {name|id} {newName}
CreateServer(cs) {name} [attr1 value1 [attr2 value2...]]
DeleteServer(ds) {name|id}
GetServer(gs) {name|id}
GetAllServers(gas) [-v]
ModifyServer(ms) {name|id} [attr1 value1 [attr2 value2...]]
GetAllConfig(gacf)
GetConfig(gcf) {name}
ModifyConfig(mcf) attr1 value1 [attr2 value2...]
CreateDistributionList(cdl) {list@domain}
GetAllDistributionLists(gadl) [-v]
GetDistributionList(gdl) {list@domain|id}
DeleteDistributionList(ddl) {list@domain|id}
AddDistributionListMember(adlm) {list@domain|id} {member@domain}
RemoveDistributionListMember(rdlm) {list@domain|id} {member@domain}
exit (quit)
help (?)
COMMAND: zmmtainit gws.mine.nu
COMMAND: zmlocalconfig -e av_notify_user=notify@gws.mine.nu
COMMAND: zmlocalconfig -e av_notify_domain=gws.mine.nu
COMMAND: zmlocalconfig -e snmp_notify=0
COMMAND: zmlocalconfig -e smtp_notify=1
COMMAND: zmlocalconfig -e snmp_trap_host=localhost.localdomain
COMMAND: zmlocalconfig -e smtp_source=notify@gws.mine.nu
COMMAND: zmlocalconfig -e smtp_destination=notify@gws.mine.nu
COMMAND: zmsnmpinit
creating /opt/zimbra/conf/swatchrc
COMMAND: zmprov ms gws.mine.nu zimbraServiceInstalled ldap zimbraServiceInstalled mailbox zimbraServiceInstalled mta zimbraServiceInstalled antivirus zimbraServiceInstalled antispam zimbraServiceInstalled snmp
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException gws.mine.nu:389)
COMMAND: zmprov ms gws.mine.nu zimbraServiceEnabled ldap zimbraServiceEnabled mailbox zimbraServiceEnabled mta zimbraServiceEnabled antivirus zimbraServiceEnabled antispam zimbraServiceEnabled snmpERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException gws.mine.nu:389)
COMMAND: zmlocalconfig -e zimbra_services="ldap mailbox mta antivirus antispam snmp"
COMMAND: zmcreatecert
** Creating CA private key
Generating a 1024 bit RSA private key
..........++++++
...++++++
writing new private key to '/opt/zimbra/ssl/ssl/ca/ca.key'
-----
** Creating CA cert
Signature ok
subject=/C=US/ST=N/A/L=N/A/O=Zimbra Collaboration Suite/CN=localhost.localdomain
Getting Private key
** Importing CA
Certificate was added to keystore
keytool error: java.io.FileNotFoundException: /opt/zimbra/java/jre/lib/security/cacerts (Permission denied)
** Creating keystore
** Creating server cert request
** Signing cert request
Signature ok
subject=/C=US/ST=NA/L=NA/O=Zimbra/OU=Zimbra/CN=localhost.localdomain
Getting CA Private Key
Signature ok
subject=/C=US/ST=NA/L=NA/O=Zimbra/OU=Zimbra/CN=localhost.localdomain
Getting Private key
COMMAND: zmcertinstall mailbox
** Importing server cert
keytool error: java.lang.Exception: Failed to establish chain from reply
COMMAND: zmtlsctl http
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException gws.mine.nu:389)
COMMAND: zmcertinstall mta /opt/zimbra/ssl/ssl/server/smtpd.crt /opt/zimbra/ssl/ssl/ca/ca.key
** Importing server cert
COMMAND: zmlocalconfig -e ssl_allow_untrusted_certs=true
COMMAND: zmcontrol startup
Calling startup (gws.mine.nu)
perl /opt/zimbra/zimbramon/zmmon &
RESPONSE: (Zimbra::Mon::serviceInfo)
host
ip 217.149.34.117
name gws.mine.nu
COMMAND: zmlocalconfig -s > .localconfig.save.3718
COMMAND: zmprov gs gws.mine.nu > .zmprov.gws.mine.nu.save.3718
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException gws.mine.nu:389)
COMMAND: zmprov gacf gws.mine.nu > .zmprov.gacf.save.3718
ERROR: service.FAILURE (system failure: getDirectContext) (cause: javax.naming.CommunicationException gws.mine.nu:389)
What can I to help testing more?