Ethereal

Re: [Ethereal-users] [ETHEREAL] UCD-SNMP
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-users: April 2002


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?



Powered by MHonArc 2.6.10