centos7安装zabbix-agent报错: Requires: libpcre.so.0()(64bit)
报错信息如下:解决方法:(6改为7)vi /etc/yum.repos.d/zabbix.repo修改zabbix.repo文件[zabbix]name=Zabbix Official Repository - $basearchbaseurl=http://repo.zabbix.com/zabbix/3.4/rhel/7/$basearch/enabled=1gpg...
·
报错信息如下: 
解决方法:(6改为7)
vi /etc/yum.repos.d/zabbix.repo
修改zabbix.repo文件
[zabbix]
name=Zabbix Official Repository - $basearch
baseurl=http://repo.zabbix.com/zabbix/3.4/rhel/7/$basearch/
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-ZABBIX-A14FE591
重新yum -y in
重新yum -y install zabbix-agent 安装

更多推荐

所有评论(0)