1
There is a similar question without answer : How do I install a newer version of GTK in Ubuntu without replacing the current one?
I'm running a Fedora 10 - Gnome - Gtk 2.0.
Wireshark needs Gtk+ > 2.4 to be compilated so I choose to install Gtk+2.24.
I do not really understand the influence of the option --disable-modules?
Can you confirm that this will only install the new libraries and my platform will not use them?
Why don't you want to just update
Gtk+to version2.24? – jankes – 2011-11-16T08:28:37.127@jankes I want the minimum impact on my devel platform. This platform stands as an installation target. – chepseskaf – 2011-11-16T08:39:58.590
2I see. If it's just for one app, then you can try to only build the 2.24 version, without installing (i.e.
makewithoutmake install) or configure it to be installed in a different$PREFIX(path). You'd then have to point wireshark to the path the customGtk+. See./configure --helpfor each sources. – jankes – 2011-11-16T09:15:11.290