Hi all, wondering if someone smart can point out what's going on here.
My Environment:
php:8.2.7-apache-bullseye docker container (also tried 8.1.8)
Debian 11 Bullseye
PHP 8.2.7 (also tried 8.1.8)
Then following instructions here: Download and install Zabbix 7.0 PRE-RELEASE for Debian 11 (Bullseye), MySQL, Apache
2 Requirements (zabbix.com) clearly shows PHP support for 7.4.0 - 8.2.X and urges away from 7.4. So the PHP I'm using should be in scope. However the below dependencies all seem to require 7.4.
zabbix-frontend-php is failing to install. Same result with Zabbix 6.4 and 7.
Code:
The following packages have unmet dependencies: zabbix-frontend-php : Depends: php-mysql but it is not installable or php-pgsql Depends: php-mbstring Depends: php-bcmath Depends: php-xml Depends: php-gd Depends: php-ldap E: Unable to correct problems, you have held broken packages.
Probably done something daft, would appreciate another set of eyes.
Comment