Ethereal-dev: Re: [Ethereal-dev] Error compiling Ethereal on win32 after CVS update this morni

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: Thu, 31 Oct 2002 12:37:36 -0800
On Thu, Oct 31, 2002 at 01:29:35PM -0700, Greg Morris wrote:
> packet-snmp.obj : error LNK2001: unresolved external symbol _register_mib_handlers

You now to have Net-SNMP installed in order to build Ethereal on
Windows; see the "README.win32" file's "Compiling the Ethereal
distribution from source".

You would then need to set the NET_SNMP_DIR variable in "config.nmake"
to point to the directory under which the "include" subdirectory
contains header files *and* the "win32\lib" directory contains
"libsnmp.lib".