Ethereal-users: Re: [Ethereal-users] solaris/snmp make probs

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, 7 Mar 2001 11:55:20 -0800 (PST)
> I have CMU and UCD libs installed. Can this result in such trouble?

CMU *AND* UCD?

Quite possibly.  Ethereal's autoconfig script has to try to figure out
which of the libraries Ethereal will be linked with, and to set various
#defines to indicate which of those will be used, and if both are
present, that mechanism will probably break down.

> How can I fix this?

	1) un-install one of them, do a "make distclean", re-run
	   "configure", and rebuild.

	2) do a "make distclean", run "configure" with "--disable-snmp",
	   and rebuild.

We do not support systems with more than one SNMP library installed
(whether it's multiple versions of the same library, or multiple
different libraries), and are extremely unlikely to do so in the near
future (and, I suspect, unlikely every to do so).