Ethereal-users: Re: [ethereal-users] building ethereal-0.8.12

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: Mon, 18 Sep 2000 15:37:58 -0700 (PDT)
> What could be the problem?

Having more than one version of UCD SNMP installed on that machine could
be the problem (having multiple different versions of a library
installed on a machine has often been the cause of problems when trying
to build Ethereal, and probably causes problems with at least some other
applications as well); there's no guarantee that it *is* the problem,
however.

Do

	egrep snmp_set_suffix_only /usr/include/ucd-snmp/*.h
	egrep snmp_set_suffix_only /usr/local/include/ucd-snmp/*.h
	nm -po /usr/lib/libsnmp.* | egrep snmp_set_suffix_only
	nm -po /usr/local/lib/libsnmp.* | egrep snmp_set_suffix_only

and send to "ethereal-dev@xxxxxxxx" the result of all those commands.