[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
