GLIBCXX_3.4.20 not found











up vote
-1
down vote

favorite












My issue is:



Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by plugins)



I have installed g++ (GCC) 4.9.1 20140922 (Red Hat 4.9.1-10)
and centos version 6.10 (64 bit)










share|improve this question
























  • What generated that message?
    – Jeff Schaller
    Nov 24 at 0:08










  • @JeffSchaller it was generated when I try to run an application but one of the plugin on that application need this.
    – Mart Flurry
    Nov 24 at 0:12










  • i have also insalled gcc and g++ of version 4.9.1 using devtoolset-3
    – Mart Flurry
    Nov 24 at 0:16

















up vote
-1
down vote

favorite












My issue is:



Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by plugins)



I have installed g++ (GCC) 4.9.1 20140922 (Red Hat 4.9.1-10)
and centos version 6.10 (64 bit)










share|improve this question
























  • What generated that message?
    – Jeff Schaller
    Nov 24 at 0:08










  • @JeffSchaller it was generated when I try to run an application but one of the plugin on that application need this.
    – Mart Flurry
    Nov 24 at 0:12










  • i have also insalled gcc and g++ of version 4.9.1 using devtoolset-3
    – Mart Flurry
    Nov 24 at 0:16















up vote
-1
down vote

favorite









up vote
-1
down vote

favorite











My issue is:



Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by plugins)



I have installed g++ (GCC) 4.9.1 20140922 (Red Hat 4.9.1-10)
and centos version 6.10 (64 bit)










share|improve this question















My issue is:



Failed (/usr/lib/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by plugins)



I have installed g++ (GCC) 4.9.1 20140922 (Red Hat 4.9.1-10)
and centos version 6.10 (64 bit)







centos glibc






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Nov 23 at 23:49

























asked Nov 23 at 23:40









Mart Flurry

11




11












  • What generated that message?
    – Jeff Schaller
    Nov 24 at 0:08










  • @JeffSchaller it was generated when I try to run an application but one of the plugin on that application need this.
    – Mart Flurry
    Nov 24 at 0:12










  • i have also insalled gcc and g++ of version 4.9.1 using devtoolset-3
    – Mart Flurry
    Nov 24 at 0:16




















  • What generated that message?
    – Jeff Schaller
    Nov 24 at 0:08










  • @JeffSchaller it was generated when I try to run an application but one of the plugin on that application need this.
    – Mart Flurry
    Nov 24 at 0:12










  • i have also insalled gcc and g++ of version 4.9.1 using devtoolset-3
    – Mart Flurry
    Nov 24 at 0:16


















What generated that message?
– Jeff Schaller
Nov 24 at 0:08




What generated that message?
– Jeff Schaller
Nov 24 at 0:08












@JeffSchaller it was generated when I try to run an application but one of the plugin on that application need this.
– Mart Flurry
Nov 24 at 0:12




@JeffSchaller it was generated when I try to run an application but one of the plugin on that application need this.
– Mart Flurry
Nov 24 at 0:12












i have also insalled gcc and g++ of version 4.9.1 using devtoolset-3
– Mart Flurry
Nov 24 at 0:16






i have also insalled gcc and g++ of version 4.9.1 using devtoolset-3
– Mart Flurry
Nov 24 at 0:16












1 Answer
1






active

oldest

votes

















up vote
1
down vote













This means you downloaded an RPM or pre-compiled binary that is using a newer version of the main C/C++ libraries on your machine. These cannot be changed. You need to (a) find an RPM version specifically built for your version of CentOS (or earlier), (b) recompile the source code or RPMs on your machine, or (c) use a container (like Docker/Moby) and run it inside an image that has the newer libraries.






share|improve this answer





















    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',
    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
    });


    }
    });














    draft saved

    draft discarded


















    StackExchange.ready(
    function () {
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f483800%2fglibcxx-3-4-20-not-found%23new-answer', 'question_page');
    }
    );

    Post as a guest















    Required, but never shown

























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    1
    down vote













    This means you downloaded an RPM or pre-compiled binary that is using a newer version of the main C/C++ libraries on your machine. These cannot be changed. You need to (a) find an RPM version specifically built for your version of CentOS (or earlier), (b) recompile the source code or RPMs on your machine, or (c) use a container (like Docker/Moby) and run it inside an image that has the newer libraries.






    share|improve this answer

























      up vote
      1
      down vote













      This means you downloaded an RPM or pre-compiled binary that is using a newer version of the main C/C++ libraries on your machine. These cannot be changed. You need to (a) find an RPM version specifically built for your version of CentOS (or earlier), (b) recompile the source code or RPMs on your machine, or (c) use a container (like Docker/Moby) and run it inside an image that has the newer libraries.






      share|improve this answer























        up vote
        1
        down vote










        up vote
        1
        down vote









        This means you downloaded an RPM or pre-compiled binary that is using a newer version of the main C/C++ libraries on your machine. These cannot be changed. You need to (a) find an RPM version specifically built for your version of CentOS (or earlier), (b) recompile the source code or RPMs on your machine, or (c) use a container (like Docker/Moby) and run it inside an image that has the newer libraries.






        share|improve this answer












        This means you downloaded an RPM or pre-compiled binary that is using a newer version of the main C/C++ libraries on your machine. These cannot be changed. You need to (a) find an RPM version specifically built for your version of CentOS (or earlier), (b) recompile the source code or RPMs on your machine, or (c) use a container (like Docker/Moby) and run it inside an image that has the newer libraries.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Nov 24 at 0:42









        Aaron D. Marasco

        3,5781421




        3,5781421






























            draft saved

            draft discarded




















































            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.





            Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


            Please pay close attention to the following guidance:


            • 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%2funix.stackexchange.com%2fquestions%2f483800%2fglibcxx-3-4-20-not-found%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

            Morgemoulin

            Scott Moir

            Souastre