On Tue, Jul 08, 2008 at 11:47:09AM +0700, deka aditia wrote: > On 7/7/08, Dave Shield <[EMAIL PROTECTED]> wrote: > > > > 2008/7/7 deka aditia <[EMAIL PROTECTED]>: > > > > > if it is, then what should i do when i have some scallar object (up to 1) > > > > > > should i make an exutable for each of them and link to main agent ?? > > > > > > See http://www.net-snmp.org/wiki/index.php/FAQ:Coding_11 > > > > > > > > > is there any way that more comfortable which i could bind all of them as > > one > > > rather than make some pieces ? > > > > > > Have a look at mib2c.scalar_group.conf > > > > > > Dave > > > > Anyone knows how to compiling module without ./configure > --with-module=mymodule ? > because currently i'm using net-snmp package which i got from default system > ..... > If i'm try to install from the tarball, i always failed to producing > snmpd .... but not with the other things ... > (snmpdf, snmpget, snmpwalk etc ...) > i've ensure every requirement that listed in FAQ section .... > but i can get snmpd after installation .... > what
You could try to create a subagent. net-snmp-config --compile object object.c but I would only suggest this if you are using an 5.4+-based agent. Note that object.c is the same object.c that you used for the compiled-in module. You could also ignore me since I will be somewhat unavailable to answer questions. /MF ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
