I am trying to enable SNMP traps on a zabbix 5.0 appliance. Every thing went well until restarting snmptrapd. got the following error:
embedded perl support failed to initialize (perl_parse(/usr/share/snmp/snmp_perl_trapd.pl) returned 2)
Then found that is because net-snap-perl was not installed, which I did notice but skipped.
When trying to install the package got the following error:
[root@appliance ~]# yum install net-snmp-perl
Last metadata expiration check: 0:10:19 ago on Fri 26 Jun 2020 07:35:33 AM UTC.
No match for argument: net-snmp-perl
Error: Unable to find a match: net-snmp-perl
It seems that net-sum-perl is no available at the official CentOS repositories. Some where I read that it was available at the PowerTools repository, but is not:
[root@appliance ~]# yum repolist
repo id repo name
AppStream CentOS-8 - AppStream
BaseOS CentOS-8 - Base
PowerTools CentOS-8 - PowerTools
extras CentOS-8 - Extras
zabbix Zabbix Official Repository - x86_64
zabbix-non-supported Zabbix Official Repository non-supported - x86_64
Any suggestion on how to get the package will be welcomed.
Augusto.
embedded perl support failed to initialize (perl_parse(/usr/share/snmp/snmp_perl_trapd.pl) returned 2)
Then found that is because net-snap-perl was not installed, which I did notice but skipped.
When trying to install the package got the following error:
[root@appliance ~]# yum install net-snmp-perl
Last metadata expiration check: 0:10:19 ago on Fri 26 Jun 2020 07:35:33 AM UTC.
No match for argument: net-snmp-perl
Error: Unable to find a match: net-snmp-perl
It seems that net-sum-perl is no available at the official CentOS repositories. Some where I read that it was available at the PowerTools repository, but is not:
[root@appliance ~]# yum repolist
repo id repo name
AppStream CentOS-8 - AppStream
BaseOS CentOS-8 - Base
PowerTools CentOS-8 - PowerTools
extras CentOS-8 - Extras
zabbix Zabbix Official Repository - x86_64
zabbix-non-supported Zabbix Official Repository non-supported - x86_64
Any suggestion on how to get the package will be welcomed.
Augusto.
Comment