Ethereal-users: Re: [Ethereal-users] disabling cannot find module

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Wed, 28 Nov 2001 21:34:27 -0800 (PST)
> Is there any way I can disable tethereal or ethereal from loading {NET,UCD}
> SNMP?

Only by recompiling Tethereal and Ethereal.  Download the source,
install any necessary developer's packages (libpcap, glib, gtk+),
configure with "--disable-snmp", and build.

Or just don't install the {NET,UCD}-SNMP developer's package, configure,
and build - if the Ethereal configure script doesn't find the SNMP
header files or libraries, it'll build a version that doesn't use those
libraries.