Hello, On Thu, 14 Jan 2010 11:39:59 -0800 "Christopher Adams" <[email protected]> wrote:
> I am trying to install a package named gsmartcontrol on CentOS 5.2. When I > try to install the rpm, I get this message: > > gtkmm24 >= 2.6.0 is needed by gsmartcontrol-0.8.5-9.6.i386 > > I have looked around for a different version of gtkmm24 and used yum to try > to update, but I can't seem to find the right version. I assume that gtkmm24 > does not refer to the version number. Does the info above refer to version > 2.6 or higher? How can I find this to get the program installed. A version of gtkmm compatible with CentOS 5 is available from the same location you probably got the gsmartcontrol package from, that is: http://download.opensuse.org/repositories/home:/alex_sh/CentOS_5/i386/ You will need all those packages, except the ones with "-devel" and "-docs" in their names. The "24" part refers to gtkmm API/ABI version, while the actual gtkmm version should be equal or higher than 2.6.0. Usually, it's better to ask the packager (me, in this case), rather than the developers of one of its dependencies (the gtkmm people). Thanks, Alexander _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
