Ethereal-users: Re: [Ethereal-users] [ETHEREAL] UCD-SNMP

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

From: Guy Harris <gharris@xxxxxxxxx>
Date: Tue, 2 Apr 2002 22:06:52 -0800
On Wed, Apr 03, 2002 at 12:40:01AM -0500, Rick Farina wrote:
> Still trying to install ethereal with ucd-snmp, the next chapter:
> 
> I've installed the lastest UCD-SNMP from sources (4.2.4.pre2)

In what directory did you install it?

> ./configure --with-ucdsnmp --with-ssl
> 
> tells me :
> 
> configure: error: UCD SNMP header files found, but sprint_realloc_objid not
> found in SNMP library
> 
> I don't think I should be getting that error,

What do the commands

	ls /usr/lib/libsnmp*

	ls /usr/local/lib/libsnmp*

report?

For each of the ".a" or ".so" files (ending with ".so" or ".so.{number}"
or ".so.{number}.{number}"; some of them may be symbolic links to other
".so" files, so use only the ones that aren't), what does the command

	nm -p {file} | egrep sprint_realloc_objid

report?