From 91ae14bb179f979839d99d74d734826145b0fbc7 Mon Sep 17 00:00:00 2001 From: iqre8 <57012516+iqre8@users.noreply.github.com> Date: Thu, 7 May 2020 08:28:42 -0300 Subject: [PATCH] Update README.md Can't locate Date/Format.pm in @INC (you may need to install the Date::Format module) (@INC contains: /etc/perl /usr/local/lib/x86_64-linux-gnu/perl/5.22.1 /usr/local/share/perl/5.22.1 /usr/lib/x86_64-linux-gnu/perl5/5.22 /usr/share/perl5 /usr/lib/x86_64-linux-gnu/perl/5.22 /usr/share/perl/5.22 /usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base .) at /home/appliance/bin/mib2zabbix line 81. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9886db2..8d0ddce 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ tree in a SNMP MIB file. Install from GitHub: # install prerequisites on Ubuntu: - apt-get install perl libxml-simple-perl libsnmp-perl + apt-get install perl libxml-simple-perl libsnmp-perl libtimedate-perl # install prerequisites on RHEL family: yum install "perl(SNMP)" "perl(XML::Simple)"