Hi im trying to install zabbix 6.0 on a RHEL 9 but at the time to check pre requisites the server stops responding and the logs in /var/log/httpd/error_log says something like this:
I followed the steps in https://www.zabbix.com/download?zabb...ysql&ws=apache if someone can help me i would appreciate it
Code:
AH01071: Got error 'PHP message: PHP Warning: preg_match(): Compilation failed: unrecognised compile-time option bit(s) at offset 0 in /usr/share/zabbix/include/validate.inc.php(107) : eval()'d code on line 1PHP message: PHP Warning: preg_match(): Compilation failed: unrecognised compile-time option bit(s) at offset 0 in /usr/share/zabbix/include/validate.inc.php on line 334PHP message: PHP Warning: preg_match(): Compilation failed: unrecognised compile-time option bit(s) at offset 0 in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 521PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 522PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 523PHP message: PHP Warning: preg_match(): Compilation failed: unrecognised compile-time option bit(s) at offset 0 in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 521PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 522PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 523PHP message: PHP Warning: preg_match(): Compilation failed: unrecognised compile-time option bit(s) at offset 0 in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 521PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 522PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 523PHP message: PHP Warning: preg_match(): Compilation failed: unrecognised compile-time option bit(s) at offset 0 in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 521PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 522PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 523PHP message: PHP Warning: preg_match(): Compilation failed: unrecognised compile-time option bit(s) at offset 0 in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 521PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 522PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 523PHP message: PHP Warning: preg_match(): Compilation failed: unrecognised compile-time option bit(s) at offset 0 in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 521PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 522PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 523PHP message: PHP Warning: preg_match(): Compilation failed: unrecognised compile-time option bit(s) at offset 0 in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 521PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 522PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/validators/CApiInputValidator.php on line 523PHP message: PHP Fatal error: Uncaught APIException: Invalid parameter "/output": value must be empty or one of "", "", "", "", "", "". in /usr/share/zabbix/include/classes/api/CApiService.php:887\nStack trace:\n#0 /usr/share/zabbix/include/classes/api/services/CSettings.php(108): CApiService::exception()\n#1 /usr/share/zabbix/include/classes/helpers/CSettingsHelper.php(104): CSettings->getGlobal()\n#2 /usr/share/zabbix/include/classes/helpers/CSettingsHelper.php(127): CSettingsHelper::loadParams()\n#3 /usr/share/zabbix/include/page_header.php(86): CSettingsHelper::getGlobal()\n#4 /usr/share/zabbix/include/validate.inc.php(371): require_once('...')\n#5 /usr/share/zabbix/include/validate.inc.php(431): invalid_url()\n#6 /usr/share/zabbix/setup.php(72): check_fields()\n#7 {main}\n thrown in /usr/share/zabbix/include/classes/api/CApiService.php on line 887PHP message: PHP Warning: Undefined array key "file" in /usr/share/zabbix/include/classes/debug/CProfiler.php on line 381PHP message: PHP Warning: Undefined array key "line" in /usr/share/zabbix/include/classes/debug/CProfiler.php on line 381PHP message: PHP Warning: Trying to access array offset on value of type null in /usr/share/zabbix/include/classes/core/CCookieSession.php on line 194'
Comment