Ethereal-users: Re: [Ethereal-users] install help

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: Fri, 20 Feb 2004 20:41:53 -0800
On Fri, Feb 20, 2004 at 11:49:16AM -0500, Morgan, Justin wrote:
> With "pkgadd -d ethereal-0.10.1-solaris2.8-sparc-local" I get:
> 
> This package requires gtk+ version >= 1.2 installed in /opt/sfw/bin.
> 
> Aborting installation.
> 
> I have installed libcap, gtk+2.2.4,

Unfortunately, it appears that the error message from "pkgadd" isn't
very accurate.

It should probably say

	This package requires GTK+ version >= 1.2 and < 2.0 installed in
	    ...

so that you'd have known that GTK+ 2.2.4 isn't sufficient.  (1.2[.x] and
2.x aren't binary-compatible or even source-compatible from Ethereal's
point of view, and the package you're using was built to use 1.2[.x].)