Ethereal-users: Re: [Ethereal-users] ethereal 0.9.11 on RedHat 8.0 with net-snmp fails on "-lelf

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: Mon, 17 Mar 2003 10:51:18 -0800
On Mon, Mar 17, 2003 at 06:31:44AM -0500, James R. Hendrick wrote:
> libtool: link: warning: `AC_LIBTOOL_DLOPEN' not used. Assuming no dlopen
> support.

This started happening recently on Solaris, as well, but Solaris and all
modern Linux distributions *do* have dlopen support.

Somehow, libtool is confused; Joerg, do you have any idea why that might
be happening?

> /usr/bin/ld: cannot find -lelf

A bit more libtool confusion?  Perhaps it's linking with "-lelf" because
it thinks that, dlopen support being, in its mind, absent, it needs to
link Ethereal with some code that tries to do dlopen stuff itself, and
that the code uses libelf?

(Oddly, though, there's no "-lelf" in the result of my most recent
Solaris build.)