Ethereal-cvs: Re: [ethereal-cvs] cvs commit: ethereal packet-snmp.c

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, 27 Oct 1999 14:10:53 -0700 (PDT)
> > > It's important to note that the BSD port calls ./configure and runs
> > > the Makefile that it generates. The problem I think is that if a system
> > > has SNMP but doesn't ask for it confusion occurs.
> > 
> > "Doesn't ask for it" in the sense that somebody passes to "configure"
> > the "--disable-snmp" or "--enable-snmp=no" flag?
> 
> Nothing is passed to configure regarding SNMP.

It seems to work for me at work if I just run "./configure" with no SNMP
option (compiled from a CVS tree, Solaris 2.5.1, CMU SNMP library
installed from source); I have had some problems at home (compiled from
a CVS tree, FreeBSD 3.x/UCD SNMP library installed as a binary package,
as I remember) - I think the problem was that it somehow found the
headers but not the libraries, or something such as that.  I installed
the UCD SNMP from source, and the problems went away.

When I get home, I'll see if I can reconstruct the problem, and try to
figure out how to eliminate it.