-
Documentation task
-
Resolution: Fixed
-
Critical
-
5.0.2, 5.2.0alpha1
-
CentOS/RHEL/OEL 7
-
Sprint 67 (Aug 2020), Sprint 68 (Sep 2020), Sprint 69 (Oct 2020), Sprint 70 (Nov 2020)
-
1
Steps to reproduce:
- Install official repository
- Install Zabbix 5.0.X
- Setup encryption
Result:
zabbix_server [5077]: "DBTLSConnect" configuration parameter cannot be used: Zabbix server was compiled without PostgreSQL or MySQL library version that support TLS
Expected:
No errors.
Reason in SPEC file:
%else BuildRequires: mysql-devel >= 5.5 %endif BuildRequires: postgresql-devel >= 9.2
Package should be linked against correct libraries, please stop linking to the outdated and not supported by its vendor database engines out of the box.
https://www.mysql.com/support/supportedplatforms/database.html
https://www.postgresql.org/support/versioning/