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
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
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
> "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
> "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.
-
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