Ethereal-users: Re: [Ethereal-users] make failure with redhat 7.0.90 "fisher"

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: Sun, 18 Feb 2001 01:44:50 -0800
On Sat, Feb 17, 2001 at 03:59:23AM -0500, Mike Cannon wrote:
> packet-snmp.o: In function `format_var':
> 
> /tmp/ethereal-0.8.15/packet-snmp.c:683: undefined reference to
> `sprint_value'

What output do the commands

	egrep -e -L Makefile

	ls -l /usr/lib/libsnmp*

	ls -l /usr/local/lib/libsnmp*

	ls -ld /usr/include/ucd-snmp

	ls -ld /usr/local/include/ucd-snmp

produce?  The most common cause of problems such as at least some of
these is having more than one version of the UCD SNMP library installed
on your machine.