View Single Post
  #6 (permalink)  
Old 03-27-2006, 11:45 PM
Flyen Flyen is offline
Junior Member
 
Posts: 7
Default Installing Zimbra on FC5

In case this helps:

[Using downloaded file zcs-3.0.1_GA_160.FC4.tgz]

Quote:
*** CONFIGURATION COMPLETE - press 'a' to apply
Select from menu, or press 'a' to apply config (? - help) a
Save configuration data to a file? [Yes]
Save config in file: [/opt/zimbra/config.10597]
Saving config in /opt/zimbra/config.10597...Done
The system will be modified - continue? [No] yes
Operations logged to /tmp/zmsetup.log.10597
Setting local config values...Done
Setting up CA...Done
Creating SSL certificate...Done
Initializing ldap...FAILED (256)

ERROR


Configuration failed

Please address the error and re-run /opt/zimbra/libexec/zmsetup.pl to
complete the configuration
[root@homecomp zcs]# cat /tmp/zmsetup.log.10597
Quote:
** 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/CN=homecomp.gregmartyn.com
Getting Private key
unable to write 'random state'
** Importing CA

Certificate was added to keystore
** Creating keystore

** Creating server cert request

Generating a 1024 bit RSA private key
.................................................. ...........++++++
.......++++++
unable to write 'random state'
writing new private key to '/opt/zimbra/ssl/ssl/server/server.key'
-----
** Signing cert request

Using configuration from /opt/zimbra/ssl/ssl/zmssl.cnf
Check that the request matches the signature
Signature ok
Certificate Details:
Serial Number: 2 (0x2)
Validity
Not Before: Mar 28 06:35:05 2006 GMT
Not After : Mar 28 06:35:05 2007 GMT
Subject:
countryName = US
stateOrProvinceName = N/A
organizationName = Zimbra Collaboration Suite
commonName = homecomp.gregmartyn.com
X509v3 extensions:
X509v3 Basic Constraints:
CA:FALSE
Netscape Comment:
OpenSSL Generated Certificate
X509v3 Subject Key Identifier:
F7:70:0FE:02:E0:58:6F:23:EA:3D:BA:CF:BB:EA:EC:A5 E:32:20
X509v3 Authority Key Identifier:
DirName:/C=US/ST=N/A/L=N/A/O=Zimbra Collaboration Suite/CN=homecomp.gregmartyn.com
serial8:A0:BF:E82:4A:1F:A9

Certificate is to be certified until Mar 28 06:35:05 2007 GMT (365 days)

Write out database with 1 new entries
Data Base Updated
unable to write 'random state'
Signature ok
subject=/C=US/ST=NA/L=NA/O=Zimbra/OU=Zimbra/CN=homecomp.gregmartyn.com
Getting CA Private Key
unable to write 'random state'
/opt/zimbra/openldap/sbin/slappasswd: error while loading shared libraries: libssl.so.5: cannot open shared object file: No such file or directory
/opt/zimbra/openldap/sbin/slappasswd: error while loading shared libraries: libssl.so.5: cannot open shared object file: No such file or directory
/opt/zimbra/openldap/libexec/slapd: error while loading shared libraries: libssl.so.5: cannot open shared object file: No such file or directory
ERROR - failed to start slapd
Quote:
[root@homecomp zcs]# locate libssl.so.5
[root@homecomp zcs]# locate libssl.so.6
/lib/libssl.so.6
[root@homecomp zcs]# yum provides libssl.so.5
No Matches found
[root@homecomp zcs]# yum provides libssl.so.6
openssl.i686 0.9.8a-5.2 installed
Matched from:
/lib/libssl.so.6
Reply With Quote