Hello,
I'm having a problem installing zimbra 9 on an Oracle Linux 8.5 server... whenever I run ./install.sh after Finished removing Zimbra Collaboration Server, the following message appears Finished removing Zimbra Collaboration Server.
Finished removing Zimbra Collaboration Server.
Installing repo packages (10):
zimbra-core-components
zimbra-ldap-components
zimbra-mta-components
zimbra-snmp-components
zimbra-jetty-distribution
zimbra-store-components
zimbra-apache-components
zimbra-spell-components
zimbra-memcached
zimbra-proxy-components
...
ERROR: Unable to install required packages
Fix the issues with remote package installation and rerun the installer
I am using the following installation link https://computingforgeeks.com/install-zimbra-mail-server-on-rocky-almalinux-rhel/
Can someone help me ?
Hi Leandros
I had same issue, but I fixed, if you follow the steps below can fix too.
If you run./install
do:
yum clean packages
After run, this command will install the packages:
yum -y install zimbra-core-components zimbra-ldap-components zimbra-mta-components zimbra-dnscache-components zimbra-snmp-components zimbra-jetty-distribution zimbra-store-components zimbra-apache-components zimbra-spell-components zimbra-memcached zimbra-proxy-components
when finished, rerun Zimbra installer again:
./install.sh
Follow the normal installation.
PS: Maybe need to do (my Zimbra installation cannot find the file; Ipv6 i disabled to avoid errors, and installed 'nc'):
touch /var/log/zimbra-stats.log chown zimbra:zimbra /var/log/zimbra-stats.log nmcli connection modify $Mail_Interface ipv6.method ignore yum install nc
So, in the end, restart Zimbra services:
zmcontrol restart
I hope that can help you!
Regards,
Fabio Lima