I have installed Zabbix 3.0.1 in my Ubuntu server, but it seems that 16.04 comes with PHP7.0 installed. When I try to use apt-get to install the front end (sudo apt-get install zabbix-frontend-php) I get the following messages:
The following packages have unmet dependencies:
zabbix-frontend-php : Depends: php5 but it is not installable
Depends: php5-mysql but it is not installable or
php5-pgsql but it is not installable
Depends: php5-gd but it is not installable
Depends: php5-ldap but it is not installable
What can I do to get the front end installed?
The following packages have unmet dependencies:
zabbix-frontend-php : Depends: php5 but it is not installable
Depends: php5-mysql but it is not installable or
php5-pgsql but it is not installable
Depends: php5-gd but it is not installable
Depends: php5-ldap but it is not installable
What can I do to get the front end installed?
Comment