embedded Perl Set requests

2011-10-11 Thread Alilo
Hello, I have installed the net-SNMP and the Perl support on my linux machine, I have installed the latest version 5.7.1 I have tested the sample hello world file and it worked perfectly. Now I want to extend the agent with SET requests, I checked the documentation and the wiki http://www.net-sn

RE: Compiling problem

2011-10-11 Thread Sergey Prilutsky
It sounds like, you need perl package installed first regardless of the option you choose Thanks Sergey Prilutsky Date: Tue, 11 Oct 2011 11:53:12 +0200 Subject: Compiling problem From: mirko.stefane...@gmail.com To: net-snmp-users@lists.sourceforge.net Hi to all, I have try to compile

Cannot get stats information for interface |eth1| - Any help please?

2011-10-11 Thread Jenny Liew
Hi, I'm working with net-snmp-5.6.1.1 on Linux CentOS 5.7 32bit. I've build the package with ./configure --with-mib-modules=etherlike-mib. I need to be able to retrieve the information listed below from the etherlike-mib. dot3StatsSingleCollisionFrames dot3StatsMultipleCollisionFrames dot3StatsDe

Compiling problem

2011-10-11 Thread mirko stefanelli
Hi to all, I have try to compile net-snmp-5.7.1 on Ubuntu server amd64, I n order to build perl modules I have execute the following command: ./configure --with-perl-modules when I run make command, I have got this king of compiling error: /usr/bin/ld: cannot find -lperl collect2: ld returned 1

Re: Using debug for snmpd v5.7.1

2011-10-11 Thread Dave Shield
On 10 October 2011 19:07, Joe Lorenz wrote: > So is it true that '--enable-debugging' causes an implicit '-Dall' on the > command line unless otherwise specified? Yes - this is a special configure option to explicitly turn on all debugging output. Just as '--disable-debugging' will explicitly t