On Tue, 2005-09-27 at 14:42 -0500, Gary Clark wrote: > How do you add you own mibs in Windows when you have the executable? > I thought you would have to recompile hence wouldnt I need the source code?
Correct. If you are looking to *extend* the agent (which wasn't clear from your original message), then you'll need to work with a source distribution. You can either use cygwin (or MinGW) and run "configure" to add the new MIBs - just as you would under Linux. Or you can use Visual C++, and add the new MIB modules to the relevant project. There's instructions as to how to do this in the file README.win32. 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-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
