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)
centos glibc
add a comment |
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)
centos glibc
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
add a comment |
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)
centos glibc
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
centos glibc
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
add a comment |
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
add a comment |
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.
add a comment |
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.
add a comment |
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.
add a comment |
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.
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.
answered Nov 24 at 0:42
Aaron D. Marasco
3,5781421
3,5781421
add a comment |
add a comment |
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.
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%2f483800%2fglibcxx-3-4-20-not-found%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
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