CFV: Correct the extern "C" declarations to cover all parts

2010-09-20 Thread Magnus Fromreide
Hi, noticed that output_api.h lack extern "C" wrappers, would like to add the attached patch. /MF Index: include/net-snmp/output_api.h === --- include/net-snmp/output_api.h (revision 19383) +++ include/net-snmp/output_api.h (working c

Re: sysObjectID still returns an incorrect value

2010-09-20 Thread Wes Hardaker
> On Thu, 16 Sep 2010 12:41:38 -0400, Fulko Hew said: FH> Are there any other scenarios that I missed testing? FYI, I applied your patch to the trunk today. -- Wes Hardaker Please mail all replies to [email protected]

CFV: Fix IPv4 OID indexes on 64-bit big-endian systems

2010-09-20 Thread Bart Van Assche
Reported and tested by Thijs ([email protected]). See also http://sourceforge.net/tracker/?func=detail&atid=312694&aid=3067540&group_id=12694. A quote from that patch tracker item: We're currently working on a 64-bit port of our application, and found a bug > in the code handli

Re: CFV: unbreak MSVC build

2010-09-20 Thread Bart Van Assche
On Mon, Sep 20, 2010 at 3:12 PM, Robert Story wrote: > On Mon, 20 Sep 2010 12:25:40 +0200 Bart wrote: > BVA> There are several issues with the MSVC interactive and batch builds in > BVA> 5.6pre1 and 5.6pre2: > BVA> - "make clean" fails because a command invoked in this step had become > too > BV

Re: About libsnmp.dll

2010-09-20 Thread Wes Hardaker
I'd suggest that you might start with the tutorials for writing applications at: http://www.net-snmp.org/wiki/index.php/Tutorials#Coding_Tutorials -- Wes Hardaker Please mail all replies to [email protected] --

Re: want to add "make help"

2010-09-20 Thread Robert Story
On Mon, 20 Sep 2010 17:02:37 +0530 Abraham wrote: AV> Here is my patch, Please submit patches to the patch tracker. Patches sent to the mailing list frequently get overlooked. -- Start uncovering the many advantages of vi

Re: CFV: fix sysObjectID (again).

2010-09-20 Thread Robert Story
On Fri, 17 Sep 2010 13:57:23 -0700 Wes wrote: WH> This is a patch to patch 2900078 which fixed and broken sysObjectID. +1 -- Start uncovering the many advantages of virtual appliances and start using them to simplify appl

Re: snmpget: symbol lookup error : undefined symbol: RAND_bytes

2010-09-20 Thread Robert Story
On Mon, 20 Sep 2010 16:46:31 +0530 MALLIKARJUN (MALLIKARJUN) wrote: AM(> I am getting RAND_bytes error. Please provide suggestion/solution for this issue. Are your apps linking with the openssl libraries? -- Start unco

Re: CFV: unbreak MSVC build

2010-09-20 Thread Robert Story
On Mon, 20 Sep 2010 12:25:40 +0200 Bart wrote: BVA> There are several issues with the MSVC interactive and batch builds in BVA> 5.6pre1 and 5.6pre2: BVA> - "make clean" fails because a command invoked in this step had become too BVA> large. BVA> - The libhelpers source files had not yet been moved

Re: Parsing MIB file

2010-09-20 Thread Robert Story
On Mon, 20 Sep 2010 12:31:24 +0530 Prakash wrote: P> How to get the index of the object from a MIB file. P> P> Example:- P> nameOBJECT IDENTIFIER P> ::= {station 1} P> region OBJE

snmpget: symbol lookup error : undefined symbol: RAND_bytes

2010-09-20 Thread ANANTHALA, MALLIKARJUN (MALLIKARJUN)
Hi team, I am getting RAND_bytes error. Please provide suggestion/solution for this issue. [vkal_telnet_4241]dslam124:/cm4/tools/GNU/src/net-snmp/Linux_2.4.7/bin $ snmpget snmpget: symbol lookup error: /cm4/tools/GNU/src/net-snmp/Linux_2.4.7/lib/libnetsnmp.so.5: undefined symbol: RAND_bytes

Re: want to add "make help"

2010-09-20 Thread Abraham Varricatt
On Mon, Sep 20, 2010 at 2:11 PM, Abraham Varricatt < [email protected] > wrote: > We have a help message associated with the ./configure script. I'd like to > add something similar to the resulting "Makefile" as well. > Here is my patch, diff -r e3f0d265e8d6 Makefile.in --- a

CFV: unbreak MSVC build

2010-09-20 Thread Bart Van Assche
There are several issues with the MSVC interactive and batch builds in 5.6pre1 and 5.6pre2: - "make clean" fails because a command invoked in this step had become too large. - Some functions that are declared in more than one header file had inconsistent DLL import declarations which made building

want to add "make help"

2010-09-20 Thread Abraham Varricatt
We have a help message associated with the ./configure script. I'd like to add something similar to the resulting "Makefile" as well. From the sampling of the code, it doesn't look like we use Automake, so I'm guessing that just editing the "Makefile.in" should do the job ? Something like this is

Parsing MIB file

2010-09-20 Thread Prakash
Hi all, How to get the index of the object from a MIB file. Example:- nameOBJECT IDENTIFIER ::= {station 1} region OBJECT IDENTIFIER