安裝zabbix需要php的兩個模組php-bcmath和php-mbstring
1.作業系統版本
-
[root@aws zabbix]# cat /etc/redhat-release
- Red Hat Enterprise Linux Server release 7.4 (Maipo)
-
yum install zabbix-server-mysql zabbix-web-mysql
-
-
--> Finished Dependency Resolution
-
Error: Package: zabbix-web-3.4.7-1.el7.noarch (zabbix)
-
Requires: php-bcmath
-
Error: Package: zabbix-web-3.4.7-1.el7.noarch (zabbix)
-
Requires: php-mbstring
-
You could try using --skip-broken to work around the problem
- You could try running: rpm -Va --nofiles --nodigest
a.進入yum源目錄
b.執行
- cd /etc/yum.repos.d
- [root@aws yum.repos.d]# wget http://mirrors.163.com/.help/CentOS7-Base-163.repo
-
# CentOS-Base.repo
-
#
-
# The mirror system uses the connecting IP address of the client and the
-
# update status of each mirror to pick mirrors that are updated to and
-
# geographically close to the client. You should use this for CentOS updates
-
# unless you are manually picking other mirrors.
-
#
-
# If the mirrorlist= does not work for you, as a fall back you can try the
-
# remarked out baseurl= line instead.
-
#
-
#
-
[base]
-
name=CentOS-$releasever - Base - 163.com
-
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=os
-
#baseurl=http://mirrors.163.com/centos/$releasever/os/$basearch/
-
baseurl=http://mirrors.163.com/centos/7/os/x86_64/
-
gpgcheck=1
-
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7
-
-
#released updates
-
[updates]
-
name=CentOS-$releasever - Updates - 163.com
-
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=updates
-
#baseurl=http://mirrors.163.com/centos/$releasever/updates/$basearch/
- baseurl=http://mirrors.163.com/centos/7/updates/x86_64/
-
gpgcheck=1
-
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7
-
-
#additional packages that may be useful
-
[extras]
-
name=CentOS-$releasever - Extras - 163.com
-
#mirrorlist=http://mirrorlist.centos.org/?release=$releasever&arch=$basearch&repo=extras
-
#baseurl=http://mirrors.163.com/centos/$releasever/extras/$basearch/
-
baseurl=http://mirrors.163.com/centos/7/extras/x86_64/
-
gpgcheck=1
-
gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7
-
-
#additional packages that extend functionality of existing packages
-
[centosplus]
-
name=CentOS-$releasever - Plus - 163.com
-
#baseurl=http://mirrors.163.com/centos/$releasever/centosplus/$basearch/
-
gpgcheck=1
-
enabled=0
- gpgkey=http://mirrors.163.com/centos/RPM-GPG-KEY-CentOS-7
4.清除和建立yum快取
5.再次執行安裝zabbix
- yum clean all
- yum makecache
- yum install zabbix-server-mysql zabbix-web-mysql
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/20893244/viewspace-2151221/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- php 安裝zip模組PHP
- zabbix agent 的兩種安裝方式
- 模組的釋出和安裝
- php_ldap域整合模組安裝-159PHPLDA
- 關於Nginx安裝PHP的fileinfo和xsendfile模組的一些事宜NginxPHP
- Java Pom兩個模組需要互相引用怎麼辦Java
- 【PHP】Mcrypt 擴充套件模組安裝及使用PHP套件
- 【ZABBIX】Linux下安裝ZABBIXLinux
- zabbix的安裝配置
- 伺服器漏洞修復和php一鍵安裝包環境 nginx 安裝擴充模組伺服器PHPNginx
- Python 庫/模組的pip安裝和IPython的使用Python
- python 模組安裝Python
- PyMySQL模組安裝MySql
- Python模組安裝Python
- python 安裝模組的方法Python
- Zabbix 的容器版安裝
- zabbix安裝agent
- Zabbix安裝部署
- apt安裝zabbixAPT
- Zabbix Agent安裝
- Python:檢視已安裝模組 和 檢視可匯入模組Python
- 原始碼安裝和配置zabbix 3.0 LST原始碼
- Python安裝selenium模組Python
- windows 安裝 Pillow 模組Windows
- PHP檔案型別檢查及fileinfo模組安裝使用PHP型別
- Ubuntu 20.04 安裝 php-xml 模組(報錯:Class 'DOMDocument' not found )UbuntuPHPXML
- zabbix5.0的安裝部署
- Docker映像的Zabbix元件安裝Docker元件
- CentOS 7 下安裝PHP環境並且配置Nginx支援php-fpm模組CentOSPHPNginx
- 編譯安裝zabbix編譯
- zabbix5.0安裝
- 【監控】Zabbix安裝
- FreeSwitch一些模組的安裝
- Python paramiko模組的安裝與使用Python
- 怎樣安裝python的GPIO模組Python
- pip 命令安裝模組包
- python openssl模組如何安裝?Python
- pip進行模組安裝
- Python筆記之paramiko模組安裝和使用示例Python筆記