View Single Post
  #10 (permalink)  
Old 01-03-2007, 08:47 AM
iratik iratik is offline
Intermediate Member
 
Posts: 16
Default Looking at Logs

If you notice in the above output that I had already linked libssl.so.0.9.7 to libssl.so.0.9.8 , this is because i saw a suspicious error the first time i tried to install zimbra. I looked at the installation log after the last post and saw that it couldn't find libcrypto.so.0.9.7, i linked it to libcrypto.so.0.9.8 and tried again.

New error this time. (Same error code Initializing LDAP....failed (256))
Code:
Setting local config zimbra_user to zimbra

*** Running as zimbra user: /opt/zimbra/bin/zmlocalconfig -f -e zimbra_user=zimbra

Setting local config av_notify_user to admin@com.c******s.com

*** Running as zimbra user: /opt/zimbra/bin/zmlocalconfig -f -e av_notify_user=admin@com.c******s.com

Setting local config ssl_allow_untrusted_certs to TRUE

*** Running as zimbra user: /opt/zimbra/bin/zmlocalconfig -f -e ssl_allow_untrusted_certs=TRUE

Done

Setting up CA...
*** Running as zimbra user: cd /opt/zimbra; zmcreateca

** Creating CA private key

Generating a 1024 bit RSA private key
.......++++++
.......++++++
unable to write 'random state'
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
Getting Private key
unable to write 'random state'
Done

Creating SSL certificate...
chmod: cannot access `/jre/lib/security/cacerts': No such file or directory
*** Running as zimbra user: cd /opt/zimbra; zmcreatecert

/opt/zimbra/bin/zmcreatecert: 27: source: not found
chmod: cannot access `/jre/lib/security/cacerts': No such file or directory
Done

Initializing ldap...
*** Running as zimbra user: /opt/zimbra/libexec/zmldapinit

/opt/zimbra/bin/ldap: 32: source: not found
FAILED (256)



ERROR




Configuration failed

Last edited by mmorse; 09-29-2009 at 11:14 AM.. Reason: domain scrubb request
Reply With Quote