Re: mib2c -c mib2c.mfd.conf

2011-11-04 Thread Simon Chamlian
I installed libper-dev. So now, I did the following steps: ./configure --enable-embedded-perl --enable-shared cd perl perl Makefile.PL make It seems to be working. But when I do: make test I get lots of errors: Test Summary Report --- t/async.t (Wstat: 11 Tests: 3 Failed:

Re: mib2c -c mib2c.mfd.conf

2011-11-03 Thread Dave Shield
On 31 October 2011 18:51, Simon Chamlian simon.chaml...@gmail.com wrote: I have an embedded board running Linux/net-snmp (TWR54418 from Freescale). [root@M54418TWR snmp]# mib2c -c mib2c.mfd.conf ERROR: You don't have the SNMP perl module installed. Why do you need to create the MIB

Re: mib2c -c mib2c.mfd.conf

2011-11-03 Thread Simon Chamlian
Linux/net-snmp (TWR54418 from Freescale). [root@M54418TWR snmp]# mib2c -c mib2c.mfd.conf ERROR: You don't have the SNMP perl module installed. Why do you need to create the MIB template code on the embedded board itself?It would work equally as well to run 'mib2c' on some other

Re: mib2c -c mib2c.mfd.conf

2011-11-03 Thread Dave Shield
On 3 November 2011 15:21, Simon Chamlian simon.chaml...@gmail.com wrote: What does mib2c do? It produces _template_ code for implementing a MIB module. You would take the generated code file, fill in the gaps, and compile it into the SNMP agent (either a native agent for the system you are

Re: mib2c -c mib2c.mfd.conf

2011-11-02 Thread Venki
the C code from the MIB I have. But when I run it, I get the following error: [root@M54418TWR snmp]# mib2c -c mib2c.mfd.conf ERROR: You don't have the SNMP perl module installed. Please obtain this by getting the latest source release of the net-snmp toolkit from http://www.net-snmp.org/download

Re: mib2c -c mib2c.mfd.conf

2011-11-02 Thread Simon Chamlian
, MIB for Dummies. It suggests to create the C code from the MIB I have. But when I run it, I get the following error: [root@M54418TWR snmp]# mib2c -c mib2c.mfd.conf ERROR: You don't have the SNMP perl module installed. Please obtain this by getting the latest source release of the net-snmp

Re: mib2c -c mib2c.mfd.conf

2011-11-01 Thread Simon Chamlian
several tutorials, I came accross, MIB for Dummies. It suggests to create the C code from the MIB I have. But when I run it, I get the following error: [root@M54418TWR snmp]# mib2c -c mib2c.mfd.conf ERROR: You don't have the SNMP perl module installed. Please obtain this by getting the latest

mib2c -c mib2c.mfd.conf

2011-10-31 Thread Simon Chamlian
came accross, MIB for Dummies. It suggests to create the C code from the MIB I have. But when I run it, I get the following error: [root@M54418TWR snmp]# mib2c -c mib2c.mfd.conf ERROR: You don't have the SNMP perl module installed. Please obtain this by getting the latest source release