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
Post a Comment