Unable to install 32-bit Gtk on RedHat 7: Protected multilib versions
I'm trying to install a 32-bit version of the GTK onto a RedHat 7 Enterprise system. As the system isn't yet registered with Red Hat, I've gone ahead and used a Centos 7 repo for now. If I understand correctly, the two systems don't differ, so this shouldn't be an issue.
Btw, the reason I'm installing (or trying to install) a 32-bit version is to support a legacy application.
Here's the command I'm running into the problem with:
yum install gtk2-2.24.31-1.el7.i686
When I type it in, it comes back with this result:
Protected multilib versions: mesa-libgbm-18.0.5-3.el7.i686 != mesa-libgbm-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: mesa-libEGL-18.0.5-3.el7.i686 != mesa-libEGL-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: systemd-libs-219-62.el7.i686 != systemd-libs-219-62.el7_6.5.x86_64
Error: Protected multilib versions: mesa-libglapi-18.0.5-3.el7.i686 != mesa-libglapi-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: mesa-libGL-18.0.5-3.el7.i686 != mesa-libGL-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: krb5-libs-1.15.1-34.el7.i686 != krb5-libs-1.15.1-37.el7_6.x86_64
According to this link:
https://support.hpe.com/hpsc/doc/public/display?docId=mmr_kc-0131971,
I've done the following:
yum search gtk2 --showduplicates | grep -v x86_64
The result includes the 64-bit version (I'm trying to install the 32-bit version).
gtk2-2.24.31-1.el7.i686
I then do the following, to see the installed 64-bit version:
rpm -q gtk2
Which shows this:
gtk2-2.24.31-1.el7.x86_64
Then, following along with the instructions, I do the above listed install:
yum install gtk2-2.24.31-1.el7.i686
with the resulting error messages as shown above.
I've looked at uninstalling the 64-bit mesa-libraries, but there are 3.2 Gigs worth of apps that depend on it.
I thought I was onto something with that post, because the point was to assure that the 32-bit libraries would be compatible with the 64-bit libraries. However, unlike in the post, the underlying libraries don't have the same versions:
Protected multilib versions: mesa-libgbm-18.0.5-3.el7.i686 != mesa-libgbm-18.0.5-4.el7_6.x86_64
As you can see, the mesa-libgbm-18.0.5-3.el7.i686 version number (18.0.5-3.el7) is a little bit different than the 32-bit counterpart (18.0.5-4.el7_6).
I'm not really sure how to proceed at this point. Any suggestions would be very welcome.
centos rhel yum 64bit 32bit
add a comment |
I'm trying to install a 32-bit version of the GTK onto a RedHat 7 Enterprise system. As the system isn't yet registered with Red Hat, I've gone ahead and used a Centos 7 repo for now. If I understand correctly, the two systems don't differ, so this shouldn't be an issue.
Btw, the reason I'm installing (or trying to install) a 32-bit version is to support a legacy application.
Here's the command I'm running into the problem with:
yum install gtk2-2.24.31-1.el7.i686
When I type it in, it comes back with this result:
Protected multilib versions: mesa-libgbm-18.0.5-3.el7.i686 != mesa-libgbm-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: mesa-libEGL-18.0.5-3.el7.i686 != mesa-libEGL-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: systemd-libs-219-62.el7.i686 != systemd-libs-219-62.el7_6.5.x86_64
Error: Protected multilib versions: mesa-libglapi-18.0.5-3.el7.i686 != mesa-libglapi-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: mesa-libGL-18.0.5-3.el7.i686 != mesa-libGL-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: krb5-libs-1.15.1-34.el7.i686 != krb5-libs-1.15.1-37.el7_6.x86_64
According to this link:
https://support.hpe.com/hpsc/doc/public/display?docId=mmr_kc-0131971,
I've done the following:
yum search gtk2 --showduplicates | grep -v x86_64
The result includes the 64-bit version (I'm trying to install the 32-bit version).
gtk2-2.24.31-1.el7.i686
I then do the following, to see the installed 64-bit version:
rpm -q gtk2
Which shows this:
gtk2-2.24.31-1.el7.x86_64
Then, following along with the instructions, I do the above listed install:
yum install gtk2-2.24.31-1.el7.i686
with the resulting error messages as shown above.
I've looked at uninstalling the 64-bit mesa-libraries, but there are 3.2 Gigs worth of apps that depend on it.
I thought I was onto something with that post, because the point was to assure that the 32-bit libraries would be compatible with the 64-bit libraries. However, unlike in the post, the underlying libraries don't have the same versions:
Protected multilib versions: mesa-libgbm-18.0.5-3.el7.i686 != mesa-libgbm-18.0.5-4.el7_6.x86_64
As you can see, the mesa-libgbm-18.0.5-3.el7.i686 version number (18.0.5-3.el7) is a little bit different than the 32-bit counterpart (18.0.5-4.el7_6).
I'm not really sure how to proceed at this point. Any suggestions would be very welcome.
centos rhel yum 64bit 32bit
add a comment |
I'm trying to install a 32-bit version of the GTK onto a RedHat 7 Enterprise system. As the system isn't yet registered with Red Hat, I've gone ahead and used a Centos 7 repo for now. If I understand correctly, the two systems don't differ, so this shouldn't be an issue.
Btw, the reason I'm installing (or trying to install) a 32-bit version is to support a legacy application.
Here's the command I'm running into the problem with:
yum install gtk2-2.24.31-1.el7.i686
When I type it in, it comes back with this result:
Protected multilib versions: mesa-libgbm-18.0.5-3.el7.i686 != mesa-libgbm-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: mesa-libEGL-18.0.5-3.el7.i686 != mesa-libEGL-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: systemd-libs-219-62.el7.i686 != systemd-libs-219-62.el7_6.5.x86_64
Error: Protected multilib versions: mesa-libglapi-18.0.5-3.el7.i686 != mesa-libglapi-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: mesa-libGL-18.0.5-3.el7.i686 != mesa-libGL-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: krb5-libs-1.15.1-34.el7.i686 != krb5-libs-1.15.1-37.el7_6.x86_64
According to this link:
https://support.hpe.com/hpsc/doc/public/display?docId=mmr_kc-0131971,
I've done the following:
yum search gtk2 --showduplicates | grep -v x86_64
The result includes the 64-bit version (I'm trying to install the 32-bit version).
gtk2-2.24.31-1.el7.i686
I then do the following, to see the installed 64-bit version:
rpm -q gtk2
Which shows this:
gtk2-2.24.31-1.el7.x86_64
Then, following along with the instructions, I do the above listed install:
yum install gtk2-2.24.31-1.el7.i686
with the resulting error messages as shown above.
I've looked at uninstalling the 64-bit mesa-libraries, but there are 3.2 Gigs worth of apps that depend on it.
I thought I was onto something with that post, because the point was to assure that the 32-bit libraries would be compatible with the 64-bit libraries. However, unlike in the post, the underlying libraries don't have the same versions:
Protected multilib versions: mesa-libgbm-18.0.5-3.el7.i686 != mesa-libgbm-18.0.5-4.el7_6.x86_64
As you can see, the mesa-libgbm-18.0.5-3.el7.i686 version number (18.0.5-3.el7) is a little bit different than the 32-bit counterpart (18.0.5-4.el7_6).
I'm not really sure how to proceed at this point. Any suggestions would be very welcome.
centos rhel yum 64bit 32bit
I'm trying to install a 32-bit version of the GTK onto a RedHat 7 Enterprise system. As the system isn't yet registered with Red Hat, I've gone ahead and used a Centos 7 repo for now. If I understand correctly, the two systems don't differ, so this shouldn't be an issue.
Btw, the reason I'm installing (or trying to install) a 32-bit version is to support a legacy application.
Here's the command I'm running into the problem with:
yum install gtk2-2.24.31-1.el7.i686
When I type it in, it comes back with this result:
Protected multilib versions: mesa-libgbm-18.0.5-3.el7.i686 != mesa-libgbm-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: mesa-libEGL-18.0.5-3.el7.i686 != mesa-libEGL-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: systemd-libs-219-62.el7.i686 != systemd-libs-219-62.el7_6.5.x86_64
Error: Protected multilib versions: mesa-libglapi-18.0.5-3.el7.i686 != mesa-libglapi-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: mesa-libGL-18.0.5-3.el7.i686 != mesa-libGL-18.0.5-4.el7_6.x86_64
Error: Protected multilib versions: krb5-libs-1.15.1-34.el7.i686 != krb5-libs-1.15.1-37.el7_6.x86_64
According to this link:
https://support.hpe.com/hpsc/doc/public/display?docId=mmr_kc-0131971,
I've done the following:
yum search gtk2 --showduplicates | grep -v x86_64
The result includes the 64-bit version (I'm trying to install the 32-bit version).
gtk2-2.24.31-1.el7.i686
I then do the following, to see the installed 64-bit version:
rpm -q gtk2
Which shows this:
gtk2-2.24.31-1.el7.x86_64
Then, following along with the instructions, I do the above listed install:
yum install gtk2-2.24.31-1.el7.i686
with the resulting error messages as shown above.
I've looked at uninstalling the 64-bit mesa-libraries, but there are 3.2 Gigs worth of apps that depend on it.
I thought I was onto something with that post, because the point was to assure that the 32-bit libraries would be compatible with the 64-bit libraries. However, unlike in the post, the underlying libraries don't have the same versions:
Protected multilib versions: mesa-libgbm-18.0.5-3.el7.i686 != mesa-libgbm-18.0.5-4.el7_6.x86_64
As you can see, the mesa-libgbm-18.0.5-3.el7.i686 version number (18.0.5-3.el7) is a little bit different than the 32-bit counterpart (18.0.5-4.el7_6).
I'm not really sure how to proceed at this point. Any suggestions would be very welcome.
centos rhel yum 64bit 32bit
centos rhel yum 64bit 32bit
asked 4 mins ago
Jack BeNimbleJack BeNimble
1185
1185
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505040%2funable-to-install-32-bit-gtk-on-redhat-7-protected-multilib-versions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f505040%2funable-to-install-32-bit-gtk-on-redhat-7-protected-multilib-versions%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown