Prophidys / RTG2

Realtime Traffic Grapher 2
GNU General Public License v2.0
11 stars 9 forks source link

SNMP_Util.pm error #35

Open Prophidys opened 9 years ago

Prophidys commented 9 years ago

From alexfos...@googlemail.com on July 15, 2012 06:54:44

What steps will reproduce the problem? 1. ./targetmaker 2. 3. What is the expected output? What do you see instead? I get the following:

[root@cacti2 etc]# perl rtgtargmkr.pl Reading [rtg.conf]. Poking 77x.x.x (community) (64 bit)... Undefined subroutine &SNMP_util::encode_oid called at /usr/share/perl5/SNMP_util.pm line 1311. [root@cacti2 etc]# What version of the product are you using? On what operating system? RHEL 6.2 Please provide any additional information below.

Original issue: http://code.google.com/p/rtg2/issues/detail?id=37

bewing commented 9 years ago

I believe targetmaker depends on the following codebase of snmp-session: https://code.google.com/p/snmp-session/

I've always used/installed that version and been able to run targetmaker without issue.

bewing commented 9 years ago

Should we update documentation to reflect exactly what packages or needed, or pull the above code into the repo much like cgilib?