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;








16















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 ?










share|improve this question






























    16















    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 ?










    share|improve this question


























      16












      16








      16


      5






      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 ?










      share|improve this question
















      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






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Aug 12 '14 at 0:18







      user1345414

















      asked May 20 '14 at 8:52









      user1345414user1345414

      187129




      187129




















          4 Answers
          4






          active

          oldest

          votes


















          13














          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





          share|improve this answer























          • I report I can install libgcc.i686 with yum install libgcc.x86_64 libgcc.i686.

            – user1345414
            May 21 '14 at 0:00


















          3














          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






          share|improve this answer






























            0














            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






            share|improve this answer






























              -3














              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.:



              1. 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.


              2. 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.



              3. You have duplicate versions of apr 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).



                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






              share|improve this answer

























                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
                );



                );













                draft saved

                draft discarded


















                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









                13














                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





                share|improve this answer























                • I report I can install libgcc.i686 with yum install libgcc.x86_64 libgcc.i686.

                  – user1345414
                  May 21 '14 at 0:00















                13














                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





                share|improve this answer























                • I report I can install libgcc.i686 with yum install libgcc.x86_64 libgcc.i686.

                  – user1345414
                  May 21 '14 at 0:00













                13












                13








                13







                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





                share|improve this answer













                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






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered May 20 '14 at 12:17









                etagenkloetagenklo

                4,98411930




                4,98411930












                • 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
















                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













                3














                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






                share|improve this answer



























                  3














                  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






                  share|improve this answer

























                    3












                    3








                    3







                    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






                    share|improve this answer













                    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







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Oct 17 '18 at 7:46









                    Hamish DownerHamish Downer

                    6,63753048




                    6,63753048





















                        0














                        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






                        share|improve this answer



























                          0














                          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






                          share|improve this answer

























                            0












                            0








                            0







                            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






                            share|improve this answer













                            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







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Mar 24 '18 at 0:08









                            Mohamed Abo BadawyMohamed Abo Badawy

                            1011




                            1011





















                                -3














                                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.:



                                1. 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.


                                2. 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.



                                3. You have duplicate versions of apr 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).



                                  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






                                share|improve this answer





























                                  -3














                                  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.:



                                  1. 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.


                                  2. 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.



                                  3. You have duplicate versions of apr 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).



                                    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






                                  share|improve this answer



























                                    -3












                                    -3








                                    -3







                                    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.:



                                    1. 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.


                                    2. 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.



                                    3. You have duplicate versions of apr 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).



                                      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






                                    share|improve this answer















                                    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.:



                                    1. 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.


                                    2. 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.



                                    3. You have duplicate versions of apr 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).



                                      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







                                    share|improve this answer














                                    share|improve this answer



                                    share|improve this answer








                                    edited Jun 14 '17 at 11:03









                                    Esa Jokinen

                                    24.1k23360




                                    24.1k23360










                                    answered Jun 14 '17 at 5:05









                                    samsam

                                    1




                                    1



























                                        draft saved

                                        draft discarded
















































                                        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.




                                        draft saved


                                        draft discarded














                                        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





















































                                        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







                                        Popular posts from this blog

                                        How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

                                        What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

                                        Esgonzo ibérico Índice Descrición Distribución Hábitat Ameazas Notas Véxase tamén "Acerca dos nomes dos anfibios e réptiles galegos""Chalcides bedriagai"Chalcides bedriagai en Carrascal, L. M. Salvador, A. (Eds). Enciclopedia virtual de los vertebrados españoles. Museo Nacional de Ciencias Naturales, Madrid. España.Fotos