Shall I return NOSUCHINSTANCE from a scalar routine to skip it

2007-08-08 Thread Need Help
I generated some scalar code using the mib2c tool, which generated code which looks like the following: int handle_ocStbHostSoftwareVersion(netsnmp_mib_handler *handler, netsnmp_handler_registration *reginfo, netsnmp_agent_request_in

Figured out coredump: NetSnmp "Sessions" variable was duplicated

2007-08-08 Thread Need Help
In our environment we have one main application which currently starts 3 threads (one of which is the NetSNMP subagent).Now, in the ".../snmplib/snmp_api.c" file there is a global pointer variable called "Sessions". This variable name was conflicting with one of the other threads in our a

Re: Are the symbols stripped from the "libnetsnmpXXX.so" files? I need them

2007-08-08 Thread Need Help
Ok, it turned out that there were some symbols in the library (so) files which are created when we compiled the NetSNMP package, however, if I use the "-g" option in the "--with-cflags" configure option then a lot more symbols are stored for me to use. Dave Shield <[EMAIL PROTECTED]> wrote: O

Re: Cloned users can be used before changing keys

2007-08-08 Thread Wes Hardaker
> "DBG" == Del Blanco Gabriel-AGD writes: DBG> In particular, a newly created row for a user who employs DBG> authentication, cannot be made active until the corresponding DBG> usmUserCloneFrom and usmUserAuthKeyChange have been set. Further, DBG> a newly created row for a user who also empl

Re: trap broadcast(need help)

2007-08-08 Thread Wes Hardaker
> "z" == zhangyao <[EMAIL PROTECTED]> writes: z> but there's sth wrong,how can i broadcast my trap? SNMP isn't designed for broadcasting... It is designed to be delivered to single-recipient addresses only. -- Wes Hardaker Sparta, Inc. -

Re: Are the symbols stripped from the "libnetsnmpXXX.so" files? I need them

2007-08-08 Thread Dave Shield
On 07/08/07, Need Help <[EMAIL PROTECTED]> wrote: > I was told the current files do not include symbols Who by? Have you actually looked at your libraries to check this before asking the question here? > so what would I need to do to get NetSNMP to leave the symbols > in the shared objects which