Ethereal-users: Re: [Ethereal-users] problem running ethereal from solaris.

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: Wed, 18 Jun 2003 10:58:22 -0700
On Tue, Jun 17, 2003 at 02:45:27PM -0400, Higgins, Read wrote:
> When I try to run ethereal from the /usr/local/bin directory, I recieve the
> error:
> ld.so.1: ./ethereal: fatal: libgtk-1.2.so.0: open failed: No such file or
> directory 
> Killed
> 
> Is there something else I need to do before I can run it?

Install GTK+ and GLib shared libraries if you installed an Ethereal
binary.  They have to be installed in the directory where the Ethereal
binary expects them to be; you'd have to ask whoever built the Ethereal
binary where that is.

If you built Ethereal from source, and the GTK+ and GLib shared
libraries aren't in one of the standard system directories and the build
didn't use the "-R" flag when linking Ethereal (gtk-config and
glib-config do not, unfortunately, supply a "-R" flag by default on
Solaris), you will have to set LD_LIBRARY_PATH to include the directory
in which the shared libraries reside.