Ethereal-users: Re: [ethereal-users] problem with installing gtk and glib

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Gilbert Ramirez <gram@xxxxxxxxxx>
Date: Tue, 13 Jun 2000 08:35:39 -0500
On Tue, Jun 13, 2000 at 12:27:51AM -0500, Kiran Sirupa wrote:
> 
> 
> Hi,
> i was trying to isntall ethereal on linux 5.2. it said i have to
> install gtk 1.2.0 or above. so i downloaded gtk 1.2.8 from gtk.org,
> then it said i require glib 1.2.8 or higher.
> i downloaded glib 1.2.8 from gtk.org again, now i configured glib and
> when i try to configure gtk 1.2.8, it says the glib version i have is
> 1.2.6 and not 1.2.8, while i configured glib 1.2.8.
> 
> so i am cluless on what to do..can any of u help me..i know its not
> directly related to ethereal, but i want to install ethereal.
> 
> any help ios appreciated.

check /usr/lib and /usr/local/lib for libglib* and see what you
find.

run 'glib-config --version' ; what version number does it say?
Do you have glib-config in both /usr/bin and /usr/local/bin?

--gilbert