Ethereal-dev: Re: [Ethereal-dev] ethereal build process broken

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

From: Guy Harris <gharris@xxxxxxxxxxxx>
Date: Tue, 17 Apr 2001 20:54:24 -0700
On Tue, Apr 17, 2001 at 10:10:33PM -0500, Bill Fumerola wrote:
> I don't have a lot of time to look into this, but it seems
> when the ethereal configure scripts find the snmp headers,
> snmp is enabled and the snmp dissector is compiled with
> libsnmp calls..
> 
> unfortunately when the link stage comes, the binaries aren't
> linked with -lsnmp. They also aren't linked with -lcrypto
> if its available, which is needed in recent versions of
> ucd^Wnet-snmp.

At least on my home machine:

	% uname -sr
	FreeBSD 3.4-RELEASE

the configure script seems to find the UCD SNMP I've installed from
source:

	% ./ethereal -v
	ethereal 0.8.17, with GTK+ 1.2.9, with GLib 1.2.9, with libpcap 0.4,
	    with libz 1.1.3, with UCD SNMP 4.1.2

What is the output of the configure script?