安装zabbix报错zabbix server is not running问题

配置安装zabbix遇到几个问题,总结了一下:

Q:zabbix server is not running: the information displayed may not be current

A:我出现这个问题的时候发现是由于mysql配置有问题导致的,重新授权了一下正常运行!

Q:configure: error: Not found mysqlclient library

A:/usr/local/mysql/bin/mysql_config(指定mysql_config)

Q:configure: error: Invalid Net-SNMP directory - unable to find net-snmp-config

A:yum install net-snmp-devel

Q:PHP always_populate_raw_post_data    on    off    Fail (PHP7)

A:[root@Web3 setup]# ll /usr/local/nginx/html/include/classes/setup/CFrontendSetup.php
                if (version_compare(PHP_VERSION, '5.6', '>=') && version_compare(PHP_VERSION, '7.0.0', '<')) {
                        $result[] = $this->checkPhpAlwaysPopulateRawPostData();
                }

Q:PHP time zone

A:[root@Web3 setup]# grep "date.timezone = PRC" /byrd/service/nginx/php-7.0.6/lib/php.ini 

时间: 2024-09-19 09:51:22

安装zabbix报错zabbix server is not running问题的相关文章

windows server 2008 安装memcache报错

问题描述 windows server 2008 安装memcache报错 windows server 2008上安了memcache 低版本的1.21,想换成高版本的怎么不行呢?,先停止,然后卸载,再运行新版本的时候安不了, 因为服务器上的PHP版本是5.3.13,所以php_memcached.dll这个文件很不好找,目前没找到合适的,服务器上memcache已经启动,就是phpinfo里不显示,也不能用,先求解怎么升级memcache,再求解希望大神给个php5.3.13版本的dll文件

sql server 2008 报错-安装SQLServer2008R2报错

问题描述 安装SQLServer2008R2报错 安装SQL Server2008 R2 的时候报错,如图.求解,在线等,谢谢!

mysql起动报错The server quit without updating PID file /usr/local/mysql/data/

mysql起动报错The server quit without updating PID file (/usr/local/mysql/data/ 查看错误日志显示: mysqld_safe mysqld from pid file /usr/local/mysql/data/mysql.pid ended 肯定是配置文件问题: 新安装的测试机  hostname server01  centos 6.5 环境   mysql 5.6.12 单机 64位 二进制包安装 my.cnf 里面只有一

各位朋友好,请教ubuntu系统python3.4环境下安装matplotlib报错的解决办法

问题描述 各位朋友好,请教ubuntu系统python3.4环境下安装matplotlib报错的解决办法 具体的问题是这样的: 我的系统是Ubuntu14.04 的64位系统,python3.4版本下,想使用matplotlib来做图. 由于matplotlib依赖numpy和python的图像库PIL,因此我先安装numpy和PIL然后,再安装matplotlib, 这里附上我的安装matplotlib的shell命令 #安装科学计算库numpy sudo pip3 install numpy

mysql-linux 安装phpMyAdmin报错

问题描述 linux 安装phpMyAdmin报错 安装phpMyAdmin报错信息#2002 - Permission denied - The server is not responding (or the local server's socket is not correctly configured ). 求解~~~~~~~ 解决方案 LINUX phpMyAdmin的安装[Linux]phpMyAdmin安装linux 安装phpmyadmin 解决方案二: 先看看server进程

python-window下安装uwsgi报错

问题描述 window下安装uwsgi报错 cmd下运行:pip install uwsgi 报错:AttributeError:'module' object hsa no attribute 'uname' 怎么安装成功呢?求大神,指教 解决方案 这个应该是需要linux环境.或者你自己下载uwsgi源码来编译 解决方案二: 好吧,新手,再看看吧,谢谢大神!

安装windowbuilder报错

问题描述 安装windowbuilder报错 Cannot complete the install because one or more required items could not be found. Software being installed: SWT Designer 1.6.0.r36x201305212028 (org.eclipse.wb.rcp.feature.feature.group 1.6.0.r36x201305212028) Missing requirem

win8安装iTunes报错代码2503解决方法

win8安装iTunes报错代码2503解决方法   解决方法 1.查看本机电脑数位,计算机---右键---属性---看是32的还是64的; 2.官网下载数位对应的iTunes; 3.卸载原有程序,包括所有apple开头的程序,以及itunes,还有bonjour程序,不然安不上;安装iTunes,最好C盘,不要更改自然出现的路径'可以在安全模式下安装;最好管理员授权安装;

包名替换-android 项目替换了包名却不能同时安装,报错如下 求大神

问题描述 android 项目替换了包名却不能同时安装,报错如下 求大神 Can't install because provider name com.yitie.tuxingsun (in package com.yitie.ZhengZhouGDJT) is already used by com.yitie.tuxingsun 解决方案 设置下mainfest下的package属性 解决方案二: 已经设置了 前一个项目这么设置可以同时安装 这个却报错了