On 17/01/07, Clement Hsu <[EMAIL PROTECTED]> wrote: > Thanks. But if the cc.c and cc.h are not mibmodule, in this situation, > does the command : --with-mib-modules=sss,cc still work?
Yes. "--with-mib-module" just configures a list of code files to compile into the agent. It doesn't actually care whether they implement MIB modules or not. For example, all of the AgentX processing code is included using --with-mib-modules=agentx (which is now part of the default setup). But none of this actually implements a MIB at all. As far as configure is concerned - it's all code. Dave ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
