Ethereal-users: Re: [ethereal-users] ucd-snmp libraries

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: Fri, 16 Jun 2000 10:02:38 -0700
On Fri, Jun 16, 2000 at 05:28:19AM -0400, H. Erik Hia wrote:
> The ucd-snmp 4.1.2 libraries (libsnmp.so, libucdagent.so, and
> libucdmibs.so) all went into /usr/local/lib.

Check whether there's a "libsnmp.so" in "/usr/lib", and, if so, remove
it, do a "make distclean" in the Ethereal source directory, re-run
"configure", rebuild Ethereal, and see if that fixes the problem.

> This was a clean install, not
> an upgrade from any prior version. These libraries are dynamically linked
> at run-time. Could it be that ethereal expects statically linked libraries?

No - it should work just fine with shared libraries.

> I mention this because I also tried "./configure
> --with-ucdsnmp=/usr/local/lib", but the configure script reported "not
> found" even though the libraries are clearly there.

That's probably a configure-script problem of some sort.