Ethereal-users: Re: [Ethereal-users] problems making ethereal-0.9.8

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: Tue, 10 Dec 2002 10:37:06 -0800
On Tue, Dec 10, 2002 at 11:05:48AM -0700, Storment, Brandon wrote:
> I am currently trying to install the ethereal-0.9.8 on OpenBSD 3.2 , but i'm
> running into this error ld: -ldocsis: no match.

Sounds like libtool brokenness of some sort.  "docsis" isn't a shared
library, even though it's a shared object - "docsis.so" is a
run-time-loaded plugin dissector, and the linker shouldn't be trying to
do something stooopid such as linking with it at compile time

I have no idea why that's happening, or how to fix it.