Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Need to update GTK+ on Ubuntu (10.04)

Tags:

ubuntu

gtk

Trying to build Wireshark from source as there is no Linux installer and I am getting this error when I run the configure script:

checking for GTK+ - version >= 2.4.0... no
*** Could not run GTK+ test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means GTK+ is incorrectly installed.
configure: error: GTK+ 2.4 or later isn't available, so Wireshark can't be compiled

Tried running the following commands with no luck:

sudo apt-get update
sudo apt-get upgrade

Can anyone help me as to how to do this?

Thanks in advance.

like image 776
MeanwhileInHell Avatar asked Jul 21 '11 11:07

MeanwhileInHell


1 Answers

This worked for me: apt-get install libgtk2.0-dev

like image 129
rafz Avatar answered Sep 19 '22 02:09

rafz