Ethereal-users: Re: [Ethereal-users] problem finding snmp libraries

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: Tue, 24 Apr 2001 14:12:54 -0700 (PDT)
> Configuration:
> -Redhat 7.1
> -ethereal-0.8.17-a source
> -libpcap 0.6 and tcpdump 3.6 source
> -ucd-snmp 4.2.1, devel, and utils RPMs from sourceforge
> 
> When I make Ethereal, it finds the ucd-snmp libraries in
> /usr/include/ucd-snmp...
> 
> It doesn't find /snmp/snmp.h,

It's not supposed to - the header file for UCD SNMP is
"ucd-snmp/snmp.h", not "snmp/snmp.h".

> and doesn't indicate SNMP functionality at the bottom of the output.

Not finding "snmp/snmp.h" is not sufficient to cause Ethereal not to be
built with the UCD SNMP library; if it didn't build Ethereal with the
SNMP library, it had some problem other than not finding "snmp/snmp.h".

Please do "make distclean" from the top-level directory of your Ethereal
source tree, and then run "configure" and send us the output of the
configure script, so we can see why it *does* think it couldn't use the
SNMP library.