What I have found: 1)When dlmod modules (x86_64) are built with net-snmp-5.5 (or earlier) are loaded into a net-snmp-5.6.1 snmpd the typedefs for oid are in conflict. You end up trying to register OIDS 1.0.3.0.6.0.1.0.4.0.*, instead of 1.3.6.1.4.* 2) mib2c (at least the mib2c.container.conf in net-snmp-5.7.pre1) still uses long as the type for oid (indexes) in generated entries.
I'm not sure how versioning the net-snmp .so's help's with (1). We have been able to temporarily hack around (1) by creating another dlmod .so with 32bit oid types, but we need to do more extensive testing. (2) is a minor inconvenience, but does indicate that there might other lurking problems. Mark Rusk > -----Original Message----- > From: Wes Hardaker [mailto:[email protected]] > Sent: Thursday, May 19, 2011 9:34 AM > To: [email protected] > Subject: Need a broken 64 bit example OID/u_long problem > > > The reason I haven't gotten around to releasing 5.6.1.1 yet is that I > want to fix not only the typedef, but the problem the typedef is > causing. I can't find the bug. I've looked. I've run all sorts of > applications on 64 bit systems and don't see the problem. > > So... Bart, or anyone else that happens to know how to trigger the > bug, > can you enlighten me so I can look into the root of the problem? > > -- > Wes Hardaker > Please mail all replies to [email protected] > > ----------------------------------------------------------------------- > ------- > What Every C/C++ and Fortran developer Should Know! > Read this article and learn how Intel has extended the reach of its > next-generation tools to help Windows* and Linux* C/C++ and Fortran > developers boost performance applications - including clusters. > http://p.sf.net/sfu/intel-dev2devmay > _______________________________________________ > Net-snmp-coders mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/net-snmp-coders ------------------------------------------------------------------------------ What Every C/C++ and Fortran developer Should Know! Read this article and learn how Intel has extended the reach of its next-generation tools to help Windows* and Linux* C/C++ and Fortran developers boost performance applications - including clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
