Ethereal-users: Re: [Ethereal-users] Help

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, 25 Jun 2001 11:13:49 -0700 (PDT)
> I have installed ethereal on my Solaris 2.8 using pkgadd, no error was
> received but then I try to run ethereal I get the following error:
> 
> #ethereal
> ld.so.1: ethereal: fatal: libgtk-1.2.so.0: open failed: no such file or
> directory.
> 
> It is installed in the usr/local/bin directory

"It" meaning Etheral, or "it" meaning GTK+?

You need to have GLib and GTK+ installed on your system - and not in
"/usr/local/bin", as that's a directory for programs rather than shared
libraries - as the Ethereal binary you've installed is dynamically
linked with GTK+.

If you downloaded the binary package for Ethereal from The Written Word,
they also have binary packages for GLib:

	ftp://ftp.thewrittenword.com/packages/free/by-name/glib-1.2.8/

and GTK+:

	ftp://ftp.thewrittenword.com/packages/free/by-name/gtk+-1.2.8/

which which their Ethereal binary presumably works.