Solving multilib version problemslibgcc multilib version - unable to install any package with yumUpgrading PHP - Missing Dependency php = 5.1.6 is needed by package php-eacceleratorUpgrade mysql versionHow can I install VLC on RHEL 6.3?Installing php-fpm over php version missmatchedyum list showing wrong versionYum does not install specific RPM version with custom repoYUM Update Errorlibgcc multilib version - unable to install any package with yumYum update complains about dependency (architecture mismatch)yum update failed - How to resolve the depsolving problems
Is the default 512 byte physical sector size appropriate for SSD disks under Linux?
Is a world with one country feeding everyone possible?
How would a physicist explain this starship engine?
Must every right-inverse of a linear transformation be a linear transformation?
A nasty indefinite integral
What technology is there beyond RAID for disk cluster in a server
Does ls -R make any sense with -d?
Salesforce bug enabled "Modify All"
Is there a word for pant sleeves?
How to tease a romance without a cat and mouse chase?
How to remove unwanted horizontal line from diagbox
What is the winged creature on the back of the Mordenkainen's Tome of Foes book?
Illustrating that universal optimality is stronger than sphere packing
Is my company merging branches wrong?
Is ideal gas incompressible?
Proto-Indo-European (PIE) words with IPA
Keeping the dodos out of the field
Singular Integration
Why is Ni[(PPh₃)₂Cl₂] tetrahedral?
Why is a weak base more able to deprotonate a strong acid than a weak acid?
Variable does not Exist: CaseTrigger
Ribbon Cable Cross Talk - Is there a fix after the fact?
Three knights or knaves, three different hair colors
How did the Allies achieve air superiority on Sicily?
Solving multilib version problems
libgcc multilib version - unable to install any package with yumUpgrading PHP - Missing Dependency php = 5.1.6 is needed by package php-eacceleratorUpgrade mysql versionHow can I install VLC on RHEL 6.3?Installing php-fpm over php version missmatchedyum list showing wrong versionYum does not install specific RPM version with custom repoYUM Update Errorlibgcc multilib version - unable to install any package with yumYum update complains about dependency (architecture mismatch)yum update failed - How to resolve the depsolving problems
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty height:90px;width:728px;box-sizing:border-box;
I use Centos 6.4
When I tried to install libgcc with yum install libgcc.i686 I took following massages.
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
1. You have an upgrade for libgcc which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of libgcc of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude libgcc.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of libgcc installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of libgcc installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
Protected multilib versions: libgcc-4.4.7-4.el6.i686 != libgcc-4.4.7-3.el6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles –nodigest
How can I install libgcc.i686 ?
centos installation yum rpm 32bit-64bit
add a comment |
I use Centos 6.4
When I tried to install libgcc with yum install libgcc.i686 I took following massages.
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
1. You have an upgrade for libgcc which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of libgcc of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude libgcc.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of libgcc installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of libgcc installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
Protected multilib versions: libgcc-4.4.7-4.el6.i686 != libgcc-4.4.7-3.el6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles –nodigest
How can I install libgcc.i686 ?
centos installation yum rpm 32bit-64bit
add a comment |
I use Centos 6.4
When I tried to install libgcc with yum install libgcc.i686 I took following massages.
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
1. You have an upgrade for libgcc which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of libgcc of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude libgcc.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of libgcc installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of libgcc installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
Protected multilib versions: libgcc-4.4.7-4.el6.i686 != libgcc-4.4.7-3.el6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles –nodigest
How can I install libgcc.i686 ?
centos installation yum rpm 32bit-64bit
I use Centos 6.4
When I tried to install libgcc with yum install libgcc.i686 I took following massages.
Error: Multilib version problems found. This often means that the root
cause is something else and multilib version checking is just
pointing out that there is a problem. Eg.:
1. You have an upgrade for libgcc which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of libgcc of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude libgcc.otherarch ... this should give you an error
message showing the root cause of the problem.
2. You have multiple architectures of libgcc installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.
3. You have duplicate versions of libgcc installed already.
You can use "yum check" to get yum show these errors.
...you can also use --setopt=protected_multilib=false to remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).
Protected multilib versions: libgcc-4.4.7-4.el6.i686 != libgcc-4.4.7-3.el6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles –nodigest
How can I install libgcc.i686 ?
centos installation yum rpm 32bit-64bit
centos installation yum rpm 32bit-64bit
edited Aug 12 '14 at 0:18
user1345414
asked May 20 '14 at 8:52
user1345414user1345414
187129
187129
add a comment |
add a comment |
4 Answers
4
active
oldest
votes
It seems your libgcc.x86_64 has a different version than the libgcc.i686 you are trying to install (4.4.7-3 vs. 4.4.7-4). Try to update the x86_64 lib together with the installation of the i686-lib:
yum install libgcc.x86_64 libgcc.i686
I report I can install libgcc.i686 withyum install libgcc.x86_64 libgcc.i686.
– user1345414
May 21 '14 at 0:00
add a comment |
I've hit this after interrupting yum update (during an ansible run in my case). After reading this thread I eventually fixed it with:
package-cleanup --cleandupes
Though before that I'd also tried running commands as @etagenklo suggested, and also tried:
yum-complete-transaction
yum-complete-transaction --cleanup-only
yum check # report generally
package-cleanup --dupes # report on duplicate packages in particular
add a comment |
I think it worth to mention because it was my issues check
/etc/yum.repos.d/*
and check if there is not used or unofficial source
add a comment |
How can we fix this error?
Error: Multilib version problems found.
This often means that the root cause is something else and multilib version checking is just pointing out that there is a problem. Eg.:
You have an upgrade for apr which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of apr of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude apr.otherarch ...this should give you an error
message showing the root cause of the problem.You have multiple architectures of apr installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.You have duplicate versions of apr installed already.
You can useyum checkto get yum show these errors....you can also use
--setopt=protected_multilib=falseto remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).Error:
Protected multilib versions: apr-1.3.9-5.el6_2.i686 != apr-1.5.2-2.x86_64
Protected multilib versions: apr-util-1.3.9-3.el6_0.1.i686 != apr-util-1.5.4-2.x86_64
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "2"
;
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: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
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%2fserverfault.com%2fquestions%2f597168%2fsolving-multilib-version-problems%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
It seems your libgcc.x86_64 has a different version than the libgcc.i686 you are trying to install (4.4.7-3 vs. 4.4.7-4). Try to update the x86_64 lib together with the installation of the i686-lib:
yum install libgcc.x86_64 libgcc.i686
I report I can install libgcc.i686 withyum install libgcc.x86_64 libgcc.i686.
– user1345414
May 21 '14 at 0:00
add a comment |
It seems your libgcc.x86_64 has a different version than the libgcc.i686 you are trying to install (4.4.7-3 vs. 4.4.7-4). Try to update the x86_64 lib together with the installation of the i686-lib:
yum install libgcc.x86_64 libgcc.i686
I report I can install libgcc.i686 withyum install libgcc.x86_64 libgcc.i686.
– user1345414
May 21 '14 at 0:00
add a comment |
It seems your libgcc.x86_64 has a different version than the libgcc.i686 you are trying to install (4.4.7-3 vs. 4.4.7-4). Try to update the x86_64 lib together with the installation of the i686-lib:
yum install libgcc.x86_64 libgcc.i686
It seems your libgcc.x86_64 has a different version than the libgcc.i686 you are trying to install (4.4.7-3 vs. 4.4.7-4). Try to update the x86_64 lib together with the installation of the i686-lib:
yum install libgcc.x86_64 libgcc.i686
answered May 20 '14 at 12:17
etagenkloetagenklo
4,98411930
4,98411930
I report I can install libgcc.i686 withyum install libgcc.x86_64 libgcc.i686.
– user1345414
May 21 '14 at 0:00
add a comment |
I report I can install libgcc.i686 withyum install libgcc.x86_64 libgcc.i686.
– user1345414
May 21 '14 at 0:00
I report I can install libgcc.i686 with
yum install libgcc.x86_64 libgcc.i686.– user1345414
May 21 '14 at 0:00
I report I can install libgcc.i686 with
yum install libgcc.x86_64 libgcc.i686.– user1345414
May 21 '14 at 0:00
add a comment |
I've hit this after interrupting yum update (during an ansible run in my case). After reading this thread I eventually fixed it with:
package-cleanup --cleandupes
Though before that I'd also tried running commands as @etagenklo suggested, and also tried:
yum-complete-transaction
yum-complete-transaction --cleanup-only
yum check # report generally
package-cleanup --dupes # report on duplicate packages in particular
add a comment |
I've hit this after interrupting yum update (during an ansible run in my case). After reading this thread I eventually fixed it with:
package-cleanup --cleandupes
Though before that I'd also tried running commands as @etagenklo suggested, and also tried:
yum-complete-transaction
yum-complete-transaction --cleanup-only
yum check # report generally
package-cleanup --dupes # report on duplicate packages in particular
add a comment |
I've hit this after interrupting yum update (during an ansible run in my case). After reading this thread I eventually fixed it with:
package-cleanup --cleandupes
Though before that I'd also tried running commands as @etagenklo suggested, and also tried:
yum-complete-transaction
yum-complete-transaction --cleanup-only
yum check # report generally
package-cleanup --dupes # report on duplicate packages in particular
I've hit this after interrupting yum update (during an ansible run in my case). After reading this thread I eventually fixed it with:
package-cleanup --cleandupes
Though before that I'd also tried running commands as @etagenklo suggested, and also tried:
yum-complete-transaction
yum-complete-transaction --cleanup-only
yum check # report generally
package-cleanup --dupes # report on duplicate packages in particular
answered Oct 17 '18 at 7:46
Hamish DownerHamish Downer
6,63753048
6,63753048
add a comment |
add a comment |
I think it worth to mention because it was my issues check
/etc/yum.repos.d/*
and check if there is not used or unofficial source
add a comment |
I think it worth to mention because it was my issues check
/etc/yum.repos.d/*
and check if there is not used or unofficial source
add a comment |
I think it worth to mention because it was my issues check
/etc/yum.repos.d/*
and check if there is not used or unofficial source
I think it worth to mention because it was my issues check
/etc/yum.repos.d/*
and check if there is not used or unofficial source
answered Mar 24 '18 at 0:08
Mohamed Abo BadawyMohamed Abo Badawy
1011
1011
add a comment |
add a comment |
How can we fix this error?
Error: Multilib version problems found.
This often means that the root cause is something else and multilib version checking is just pointing out that there is a problem. Eg.:
You have an upgrade for apr which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of apr of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude apr.otherarch ...this should give you an error
message showing the root cause of the problem.You have multiple architectures of apr installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.You have duplicate versions of apr installed already.
You can useyum checkto get yum show these errors....you can also use
--setopt=protected_multilib=falseto remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).Error:
Protected multilib versions: apr-1.3.9-5.el6_2.i686 != apr-1.5.2-2.x86_64
Protected multilib versions: apr-util-1.3.9-3.el6_0.1.i686 != apr-util-1.5.4-2.x86_64
add a comment |
How can we fix this error?
Error: Multilib version problems found.
This often means that the root cause is something else and multilib version checking is just pointing out that there is a problem. Eg.:
You have an upgrade for apr which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of apr of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude apr.otherarch ...this should give you an error
message showing the root cause of the problem.You have multiple architectures of apr installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.You have duplicate versions of apr installed already.
You can useyum checkto get yum show these errors....you can also use
--setopt=protected_multilib=falseto remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).Error:
Protected multilib versions: apr-1.3.9-5.el6_2.i686 != apr-1.5.2-2.x86_64
Protected multilib versions: apr-util-1.3.9-3.el6_0.1.i686 != apr-util-1.5.4-2.x86_64
add a comment |
How can we fix this error?
Error: Multilib version problems found.
This often means that the root cause is something else and multilib version checking is just pointing out that there is a problem. Eg.:
You have an upgrade for apr which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of apr of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude apr.otherarch ...this should give you an error
message showing the root cause of the problem.You have multiple architectures of apr installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.You have duplicate versions of apr installed already.
You can useyum checkto get yum show these errors....you can also use
--setopt=protected_multilib=falseto remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).Error:
Protected multilib versions: apr-1.3.9-5.el6_2.i686 != apr-1.5.2-2.x86_64
Protected multilib versions: apr-util-1.3.9-3.el6_0.1.i686 != apr-util-1.5.4-2.x86_64
How can we fix this error?
Error: Multilib version problems found.
This often means that the root cause is something else and multilib version checking is just pointing out that there is a problem. Eg.:
You have an upgrade for apr which is missing some
dependency that another package requires. Yum is trying to
solve this by installing an older version of apr of the
different architecture. If you exclude the bad architecture
yum will tell you what the root cause is (which package
requires what). You can try redoing the upgrade with
--exclude apr.otherarch ...this should give you an error
message showing the root cause of the problem.You have multiple architectures of apr installed, but
yum can only see an upgrade for one of those arcitectures.
If you don't want/need both architectures anymore then you
can remove the one with the missing update and everything
will work.You have duplicate versions of apr installed already.
You can useyum checkto get yum show these errors....you can also use
--setopt=protected_multilib=falseto remove
this checking, however this is almost never the correct thing to
do as something else is very likely to go wrong (often causing
much more problems).Error:
Protected multilib versions: apr-1.3.9-5.el6_2.i686 != apr-1.5.2-2.x86_64
Protected multilib versions: apr-util-1.3.9-3.el6_0.1.i686 != apr-util-1.5.4-2.x86_64
edited Jun 14 '17 at 11:03
Esa Jokinen
24.1k23360
24.1k23360
answered Jun 14 '17 at 5:05
samsam
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- 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%2fserverfault.com%2fquestions%2f597168%2fsolving-multilib-version-problems%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