I did trim --with-out-mib-modules="agent/mibII/vacm_config" from the configure. But UCD-SNMP-MIB is not included. 1. I am not sure if "enable-mini-agent" builds necessary UCDAVIS's mib. 2. What exact configure parameters should I use in QNX if I don't want TCP, perl to build in however, I want include usdavis's mib . Thanks Chi -----Original Message----- From: Thomas Anders [mailto:[email protected]] Sent: Monday, February 01, 2010 10:19 AM To: Guan, Chi @ Datron Cc: [email protected] Subject: Re: How to disable/enable SNMP V1 and V2 on the fly?
[email protected] wrote: > I remove the "enable-mini-agent" in the configure, > But I got compile errors as following: > mibII/at.c: In function `ARP_Scan_Next': > mibII/at.c:830: arithmetic on pointer to an incomplete type > mibII/at.c:836: dereferencing pointer to incomplete type > mibII/at.c:839: `ifIndex' undeclared (first use in this function) > mibII/at.c:839: (Each undeclared identifier is reported only once > mibII/at.c:839: for each function it appears in.) > make[2]: *** [mibII/at.lo] Error 1 > make[2]: Leaving directory `/work/snmp/net-snmp-5.5/agent/mibgroup' > make[1]: *** [subdirs] Error 1 > > What is the correct configure parameters in QNX? As Dave suggested, please trim your configure line down to something like: ./configure --enable-mini-agent --with-defaults --with-out-transports="Callback Unix TCP" +Thomas ------------------------------------------------------------------------------ The Planet: dedicated and managed hosting, cloud storage, colocation Stay online with enterprise data centers and the best network in the business Choose flexible plans and management services without long-term contracts Personal 24x7 support from experience hosting pros just a phone call away. http://p.sf.net/sfu/theplanet-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
