My operating system is CentoS7.3 and I compiled and installed Zabbix6.2

Ad Widget
Collapse
When I install Zabbix, I can't select the initialization interface
Collapse
X
-
When I install Zabbix, I can't select the initialization interface
Last edited by kcw294196204; 02-08-2022, 03:00.Tags: None -
-
Comment
-
Comment
-
Comment
-
-
-
Comment
-
Comment
-
The pre-built server packages aren't available for CentOS 7.3 because Zabbix 5.2 and later want newer versions of some software (including OpenSSL), so I'm a bit impressed that you were able to get it to compile. Something like AlmaLinux 8.x would have been an easier path, but your install should still work.
You don't say anything about what database flavor and version (MySQL 8.0? MariaDB 10.X.Y?) and how you installed them (SCL packages for MariaDB?). Have you verified that the place that your database server is creating its socket is the same place that the PHP mysql config is looking for it? Does mysqli.default_socket_path match where mysqld actually created it?Comment
-
hi,Say hello to you! I have checked php.ini and specified mysqL. sock and restarted PHP74, but the problem still exists
The pre-built server packages aren't available for CentOS 7.3 because Zabbix 5.2 and later want newer versions of some software (including OpenSSL), so I'm a bit impressed that you were able to get it to compile. Something like AlmaLinux 8.x would have been an easier path, but your install should still work.
You don't say anything about what database flavor and version (MySQL 8.0? MariaDB 10.X.Y?) and how you installed them (SCL packages for MariaDB?). Have you verified that the place that your database server is creating its socket is the same place that the PHP mysql config is looking for it? Does mysqli.default_socket_path match where mysqld actually created it?Comment
-
Comment
Comment