Re: unresolved symbol when building net-snmp v3

2008-05-07 Thread Chongkai Jiang
Hi, This problem has been solved by myself, after many many desperate tries :) so I'm not sure I can now give the exact root cause, but some notes anyway: 1) install the ssl version of net-snmp (by default, to c:\usr) 2) install Win32OpenSSL-0_9_8g.exe, which is a developer's version. (by defa

securityName from AgentX subagent

2008-05-07 Thread Rob Garcelon
I am running a (5.4.1) master snmpd, connected to an AgentX subagent that handles our MIBs. In order to log changes made with snmp SET commands, I require the name of the SNMPv3 user who issued the session -- the "securityName" given to the -u option to snmpset on the client side. Two part que

Re: Changes in our .spec file

2008-05-07 Thread Dave Shield
2008/5/6 Jan Safranek <[EMAIL PROTECTED]>: > Fedora splits Net-SNMP to many subpackages > And another question is what about other distros - quick look at > Mandriva shows, that they have completely different packaging of Net-SNMP. Checking the "major" distributions (as listed in Wikipedia

Re: configure error

2008-05-07 Thread Dave Shield
2008/5/7 Tewen Hsieh <[EMAIL PROTECTED]>: > But I got a configure error as following: > configure: error: mib module "vdslLineTable" requires module > "VDSL-LINE-MIB/vdslLineTable/vdslLineTable_interface" but > VDSL-LINE-MIB/vdslLineTable/vdslLineTable_interface.h or > VDSL-LINE-MIB/vdslLineTable/v

configure error

2008-05-07 Thread Tewen Hsieh
Hi, I tried to compile a new module into snmp agent. But I failed. I listed my steps as following: 1. I use mib2c to generate tempalate code. ==> mib2c -c mib2c.mfd.conf vdslLineTable Then I got following files: vdslLineTable-README-FIRST.txt vdslLineTable-README-vdslLineTable.txt

Shared objects Issue

2008-05-07 Thread Sasikumar
Hi, I am using net-snmp-5.3.2 I need to compile snmpd for the target which is ppc and OS is Linux timesys. I used the following option to compile the snmpd but the *.so files are not created. Need inputs regarding this options . ./configure --prefix=/home/sasi/netsnmp --with-cc=/opt/timesys/tool

unresolved symbol when building net-snmp v3

2008-05-07 Thread Chongkai Jiang
Hi guys, I'm trying to write a C++ application using net-snmp library. it works well with snmp version 2, but with version 3, visual studio linker reports errors. TclSNMP error LNK2001: unresolved external symbol _usmDESPrivProtocol TclSNMP error LNK2001: unresolved external symbol _usmHMACMD5A

Re: what should I know to write test applications of snmp agent

2008-05-07 Thread Dave Shield
2008/5/7 anilkumar <[EMAIL PROTECTED]>: > My current requirement is to write test applications of snmp agent( eg for > bandwidth measuring) in C language.(c, linux). > > what all the basic things I should know? There are two aspects you need to be clear about. a) What information you need

what should I know to write test applications of snmp agent

2008-05-07 Thread anilkumar
Hi all, I am new to snmp. I read some documents and RFC related to snmp. My current requirement is to write test applications of snmp agent( eg for bandwidth measuring) in C language.(c, linux). what all the basic things I should know? How to start about it? Thanks and regards, Anil --