Hello,
I have a problem when i execute oxinstaller with this command :
/opt/open-xchange/sbin/oxinstaller --oxdb-pass=some_pass --admin-pass=some_pass --maildomain example.com
I have the following error :
I can't create certificate. I try to add user cyrus to /etc/ssl/certs directory and the problems is same.
I installed hyperion version on debian sarge.
Thanks for help
I have a problem when i execute oxinstaller with this command :
/opt/open-xchange/sbin/oxinstaller --oxdb-pass=some_pass --admin-pass=some_pass --maildomain example.com
I have the following error :
initializing database (step 2/2)
done
setting up the system
creating certificates
certificate could not be created:
Server response:
RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: java.io.IOException: java.io.IOException: openssl: not found
chmod: ne peut accéder `/etc/ssl/certs/eecert.pem': Aucun fichier ou répertoire de ce type
chmod: ne peut accéder `/etc/ssl/private/eekey.pem': Aucun fichier ou répertoire de ce type
chgrp: ne peut accéder `/etc/ssl/private/eekey.pem': Aucun fichier ou répertoire de ce type
configuring mail system
using mail.example.com as FQHN of the mail server
done
done
setting up the system
creating certificates
certificate could not be created:
Server response:
RemoteException occurred in server thread; nested exception is:
java.rmi.RemoteException: java.io.IOException: java.io.IOException: openssl: not found
chmod: ne peut accéder `/etc/ssl/certs/eecert.pem': Aucun fichier ou répertoire de ce type
chmod: ne peut accéder `/etc/ssl/private/eekey.pem': Aucun fichier ou répertoire de ce type
chgrp: ne peut accéder `/etc/ssl/private/eekey.pem': Aucun fichier ou répertoire de ce type
configuring mail system
using mail.example.com as FQHN of the mail server
done
I installed hyperion version on debian sarge.
Thanks for help
Comment