Ethereal-users: Re: [Ethereal-users] GTK Not Found

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, 10 Mar 2004 11:38:45 -0800 (PST)
Don said:
> I tried to install Ethereal-0.10.2 but I get an error message when
> trying to configure that gtk cannot be found. I installed gtk+-2.2.4 in
> /usr/local.

By default, the Ethereal configure script tries to find GTK+ 1.2[.x]...

> I cannot find a gtk-config script to modify as it suggest in
>  the configure error message.

...and you probably don't have GTK+ 1.2[.x] installed.

> How do I get ethereal to find gtk?

By telling it to look for GTK+ 2.x instead; you do that by supplying the
"--enable-gtk2" flag to the configure script when you run it.