Solved. It was an inconsistency in my libraries. I had installed libnetsnmp5 and 4 and also I had compiled net-snmp5.2.2pre1. The libraries from the last were in /usr/local/lib so I linked with some wrong ones. Thanks for you help, and don't make the same mistake as I did. Have a nice day :)
On Fri, 2005-10-07 at 16:21 +0100, Dave Shield wrote: > On Fri, 2005-10-07 at 18:01 +0300, Andrei Pisau wrote: > > After I do snmp_send I have the snmp_errno = -5 which means > > SNMPERR_TOO_LONG. But the session field sndMsgMaxSize is 0, so the > > conditions for snmp_send to throw SNMPERR_TOO_LONG are not fulfilled. > > What about the maximum length for the transport? > Exceeding that can also trigger an SNMPERR_TOO_LONG error > (see lines 4782ff of snmp_api.c) > > > Try running the application with '-Dsess_async_send' > (or equivalent). What does this report? > > > The other places where SNMPERR_TOO_LONG is mentioned > are all related to SNMPv3 processing. Are you sending > an SNMPv3 trap, or are you using SNMPv1/2c ? > > Dave > > > ------------------------------------------------------- > This SF.Net email is sponsored by: > Power Architecture Resource Center: Free content, downloads, discussions, > and more. http://solutions.newsforge.com/ibmarch.tmpl > _______________________________________________ > Net-snmp-coders mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/net-snmp-coders > > -- This message was scanned for spam and viruses by BitDefender. For more information please visit http://www.bitdefender.com/ ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
