Need to update GTK+ on Ubuntu (10.04) -


trying build wireshark source there no linux installer , getting error when run configure script:

checking gtk+ - version >= 2.4.0... no *** not run gtk+ test program, checking why... *** test program failed compile or link. see file config.log *** exact error occured. means gtk+ incorrectly installed. configure: error: gtk+ 2.4 or later isn't available, wireshark can't compiled 

tried running following commands no luck:

sudo apt-get update sudo apt-get upgrade 

can me how this?

thanks in advance.

this worked me: apt-get install libgtk2.0-dev


Comments

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -