[ First - *please* don't mail me privately, without copying
     any responses to the mailing list.  I don't have the time
     or inclination to offer private, unpaid, SNMP consultancy.
     Keep discussions to the list, where others can both learn
     and offer advice.  Thanks.   ]

2009/3/18 jie zhong <[email protected]>:
> My rpm includes: exe file, a device mib, and libnetsnmp.so.10.1.2

I'm inclined to suggest that you do not ship the netsnmp library
as part of your RPM.  Instead, mark your RPM as being reliant on
the standard RPM that usually provides the net-snmp library.

That way, the standard MIBs should be provided automatically
whenever the library is installed.

Otherwise, you should look at providing *all* of the MIBs that
the library requires - not just your private MIB.


> My application does not suport the option Dread_config.

Then you'll need to tweak the code to (temporarily) set the
"read_config" debug token.
  i.e.   debug_register_tokens("read_config");

If you need to duplicate the functionality of command-line options,
please look at the source code to see what our commands actually
do.

Dave

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Net-snmp-users mailing list
[email protected]
Please see the following page to unsubscribe or change other options:
https://lists.sourceforge.net/lists/listinfo/net-snmp-users

Reply via email to