Re: 5.3.1.pre3 released

2006-05-29 Thread G. S. Marzot
Wes Hardaker wrote: > I've just published 5.3.1.pre3 on our download sites. This should be > the last release before the beginning of the rc series next week. fwiwmake test results below. $ sudo make test -G - This file contains any messages produced by compilers while running configu

Re: 5.3.1.pre2 build test status

2006-05-29 Thread Thomas Anders
Johannes Schmidt-Fischer wrote: I tested today using net-snmp 5.3.1 pre3 under e.g. HP-UX 10.20 where you had the problems with gcc 4. For me it worked with that HP-UX release but I use gcc 2.95.2 My bet is that there is a problem with the gcc specific copies of some system include files or with

Re: Bug#363399: Net SNMP has broken sysObjectID

2006-05-29 Thread Thomas Anders
Hilmar Preusse wrote: [EMAIL PROTECTED]:~ $ snmpget -v2c -c public 127.0.0.1:161 .1.3.6.1.2.1.1.2.0 SNMPv2-MIB::sysObjectID.0 = OID: SNMPv2-SMI::dod.0.0.0.0.0.0.0 . I've rebuilt the package from the sources and got the same result. The configure options of the package do not manipulate the sysOb

Re: 5.3.1.pre2 build test status

2006-05-29 Thread Johannes Schmidt-Fischer
Thomas Anders wrote on 5/28/2006 6:39 PM: > Wes Hardaker wrote: > >> Johannes> regarding problem #9 in your list: both ntohl() and ntohs() >> aren't >> Johannes> implemented as functions in HP-UX 10.20 (and btw 11.0/11i >> too) but >> Johannes> instead as macros returning the given argument withou

Re: ASN Standard Types

2006-05-29 Thread G. S. Marzot
[EMAIL PROTECTED] wrote: > > I have been playing around with some of the debug settings etc. in the perl > script (for the SNMP.pm module) and it appears that the source code in > parse.c (used to build the snmp.dll loaded and used by the perl script) > does not recognise FLOAT, DOUBLE or REAL as

ASN Standard Types

2006-05-29 Thread Martin . Cooke
I am developing an SNMP-enabled application using the NET-SNMP libraries and have encountered a number of problems regarding support for "standard" ASN.1 types. Specifically, I wish to use BOOLEAN and REAL values for representing data generated within my application (Agent-side). I believe the

Re: [PATCH] Net-SNMP LynxOS support

2006-05-29 Thread Thomas Anders
Olli Savia wrote: The following patch adds LynxOS support to Net-SNMP. Patch is generated against net-snmp-5.3.1.pre3. [...] Could somebody review and apply these changes to Net-SNMP package? Please file as a patch here: http://www.net-snmp.org/patches +Thomas -- Thomas Anders (thomas.anders

[PATCH] Net-SNMP LynxOS support

2006-05-29 Thread Olli Savia
Hi, The following patch adds LynxOS support to Net-SNMP. Patch is generated against net-snmp-5.3.1.pre3. I'm now able to build libraries and applications but agent is not working yet. To correcly detect LynxOS, config.guess and config.sub need to be updated. I used the latest versions from:

how to handler the table with the index of mac address ? Thanks!

2006-05-29 Thread livia xie
Hello, everyone, I extend snmpd with my private mibs. The index of my table is mac address. In order to print the index correctly, I change the index's type to ASN_PRIV_IMPLIED_OCTET_STR from ASN_OCTET_STR in the codes generated by mib2c. I define the struct as : u_char mac_addr[12]    mac_add