Ethereal-dev: Re: [Ethereal-dev] ethereal error

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, 10 Sep 2002 12:03:18 -0700
On Wed, Sep 11, 2002 at 05:43:03AM +0930, Richard Sharpe wrote:
> Looks to be like dlopen, or whatever is used, can't find docsis.so.

No - the code to load plugins scans a directory and only loads files
from that directory.  Furthermore, if whatever routine "g_module_open()"
calls to load a plugin at run time fails because the file doesn't exist,
there'd be a warning message printed saying "Couldn't load module XXX",
not a fatal message from the dynamic loader.

That's why I suspect it somehow got linked at build time with the DOCSIS
plugin.