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.