Re: Problems installing gtkmm-2.6 into RHEL4



Find All wrote:
I've just started a new proyect and wanted to use the gtkmm-2.6 version instead of the fairly old gtkmm-2.2.12 I've used untill now.

I've been able to install the gtkmm-2.4.11 version from the rpms of the official Fedora site:
http://download.fedora.redhat.com/pub/fedora/linux/extras/3/i386/

But when I've tried to install the gtkmm-2.6.2-2 version from http://download.fedora.redhat.com/pub/fedora/linux/extras/4/i386/ I get the following dependancy error:

[root controller3 gtkmm-2.6]# rpm -Uvh gtkmm24-*
warning: gtkmm24-2.6.2-2.i386.rpm: V3 DSA signature: NOKEY, key ID 1ac70ce6
error: Failed dependencies:
       libstdc++.so.6(GLIBCXX_3.4.4) is needed by gtkmm24-2.6.2-2.i386

Please post using your real name.

The FC4 extras are not compiled with the same version of the gcc/g++ compiler as FC3-based packages.

FC3 uses 'libstdc++.so.6(GLIBCXX_3.4.3)', while fC4 has 'libstdc++.so.6(GLIBCXX_3.4.4)'

You will need to install them from fc3-based RPMs if you can find them. Or you should be able to recompile the FC4 SRPMS yourself. i.e. download all the *mm24* src.rpm packages from the fc4 extras repositoy and compile/install them in the right order.

-denis



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]