Template:FAQ:Compiling 11
From Net-SNMP Wiki
Revision as of 16:15, 19 July 2009 by Dts12 (Talk | contribs) (Latest FAQ revision - preparing for 5.5 release)
Some of the tests are only relevant to particular operating systems, or rely on specific areas of functionality. The test framework will check whether the relevant elements are available before running the relevant tests, and will skip them if these modules have been omitted from the build environment (or do not apply to the current system).
One example of this are the tests T053agentv1trap, T054agentv2ctrap,
T055agentv1mintrap, T056agentv2cmintrap
and T113agentxtrap
, which
rely upon functionality from the NET-SNMP-EXAMPLES-MIB implementation.
This module is not included in the default agent configuration, so the
test framework will skip these tests.
To include them, run
configure --with-mib-modules=examples/example
and re-compile.