Prepros failed to process Sass file version “GLIBCXX_3.4.20” not found on Ubuntu 14.04
To learn and use Sass, I installed Prepros On Ubuntu 14.04 LTS. But every time i try to process an scss file (sass file) I get this error notification
Failed to Process File sass/style.scss
/usr/lib/x86_64-linux-gnu/libstdc++.so.6:
version "GLIBCXX_3.4.20" not found
(required by /usr/lib/prepros/resources/extensions/node-sass.asar.unpacked/node-modules/node-sass/build/Release/binding.node)
I checked using stings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
and confirmed that indeed it seems GLIBCXX versions are only available up to 3.4.19. Is there a way to install version 3.4.20 (and higher) on Ubuntu 14.04 LTS? or a workaround for either that or using Prepros? or using SASS in general?
Please keep in mind I've installed a lot of very version specific software and I'm very reluctant about upgrading. Any help would be really highly appreciated
sass ubuntu-14.04 prepros
add a comment |
To learn and use Sass, I installed Prepros On Ubuntu 14.04 LTS. But every time i try to process an scss file (sass file) I get this error notification
Failed to Process File sass/style.scss
/usr/lib/x86_64-linux-gnu/libstdc++.so.6:
version "GLIBCXX_3.4.20" not found
(required by /usr/lib/prepros/resources/extensions/node-sass.asar.unpacked/node-modules/node-sass/build/Release/binding.node)
I checked using stings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
and confirmed that indeed it seems GLIBCXX versions are only available up to 3.4.19. Is there a way to install version 3.4.20 (and higher) on Ubuntu 14.04 LTS? or a workaround for either that or using Prepros? or using SASS in general?
Please keep in mind I've installed a lot of very version specific software and I'm very reluctant about upgrading. Any help would be really highly appreciated
sass ubuntu-14.04 prepros
add a comment |
To learn and use Sass, I installed Prepros On Ubuntu 14.04 LTS. But every time i try to process an scss file (sass file) I get this error notification
Failed to Process File sass/style.scss
/usr/lib/x86_64-linux-gnu/libstdc++.so.6:
version "GLIBCXX_3.4.20" not found
(required by /usr/lib/prepros/resources/extensions/node-sass.asar.unpacked/node-modules/node-sass/build/Release/binding.node)
I checked using stings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
and confirmed that indeed it seems GLIBCXX versions are only available up to 3.4.19. Is there a way to install version 3.4.20 (and higher) on Ubuntu 14.04 LTS? or a workaround for either that or using Prepros? or using SASS in general?
Please keep in mind I've installed a lot of very version specific software and I'm very reluctant about upgrading. Any help would be really highly appreciated
sass ubuntu-14.04 prepros
To learn and use Sass, I installed Prepros On Ubuntu 14.04 LTS. But every time i try to process an scss file (sass file) I get this error notification
Failed to Process File sass/style.scss
/usr/lib/x86_64-linux-gnu/libstdc++.so.6:
version "GLIBCXX_3.4.20" not found
(required by /usr/lib/prepros/resources/extensions/node-sass.asar.unpacked/node-modules/node-sass/build/Release/binding.node)
I checked using stings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
and confirmed that indeed it seems GLIBCXX versions are only available up to 3.4.19. Is there a way to install version 3.4.20 (and higher) on Ubuntu 14.04 LTS? or a workaround for either that or using Prepros? or using SASS in general?
Please keep in mind I've installed a lot of very version specific software and I'm very reluctant about upgrading. Any help would be really highly appreciated
sass ubuntu-14.04 prepros
sass ubuntu-14.04 prepros
edited Nov 22 '18 at 5:05


Employed Russian
125k20167238
125k20167238
asked Nov 19 '18 at 2:25


Bankole Alex-EsanBankole Alex-Esan
33
33
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
version "GLIBCXX_3.4.20" not found
The problem is that your libstdc++.so.6
is too old.
Versions of libstdc++
and their ABI's are documented here. GLIBCXX_3.4.19
corresponds to GCC-4.8.3, and GLIBCXX_3.4.20
to GCC-4.9.0.
To get a newer libstdc++.so.6
, you need to upgrade your GCC. Here is how this could be done.
Thanks. I eventually found an alternative standalone compiler (scout app) that works fine... Plus I decided to look into gulp, another great option too. Thanks for the help though, much appreciated
– Bankole Alex-Esan
Feb 5 at 12:13
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
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%2fstackoverflow.com%2fquestions%2f53367513%2fprepros-failed-to-process-sass-file-version-glibcxx-3-4-20-not-found-on-ubuntu%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
version "GLIBCXX_3.4.20" not found
The problem is that your libstdc++.so.6
is too old.
Versions of libstdc++
and their ABI's are documented here. GLIBCXX_3.4.19
corresponds to GCC-4.8.3, and GLIBCXX_3.4.20
to GCC-4.9.0.
To get a newer libstdc++.so.6
, you need to upgrade your GCC. Here is how this could be done.
Thanks. I eventually found an alternative standalone compiler (scout app) that works fine... Plus I decided to look into gulp, another great option too. Thanks for the help though, much appreciated
– Bankole Alex-Esan
Feb 5 at 12:13
add a comment |
version "GLIBCXX_3.4.20" not found
The problem is that your libstdc++.so.6
is too old.
Versions of libstdc++
and their ABI's are documented here. GLIBCXX_3.4.19
corresponds to GCC-4.8.3, and GLIBCXX_3.4.20
to GCC-4.9.0.
To get a newer libstdc++.so.6
, you need to upgrade your GCC. Here is how this could be done.
Thanks. I eventually found an alternative standalone compiler (scout app) that works fine... Plus I decided to look into gulp, another great option too. Thanks for the help though, much appreciated
– Bankole Alex-Esan
Feb 5 at 12:13
add a comment |
version "GLIBCXX_3.4.20" not found
The problem is that your libstdc++.so.6
is too old.
Versions of libstdc++
and their ABI's are documented here. GLIBCXX_3.4.19
corresponds to GCC-4.8.3, and GLIBCXX_3.4.20
to GCC-4.9.0.
To get a newer libstdc++.so.6
, you need to upgrade your GCC. Here is how this could be done.
version "GLIBCXX_3.4.20" not found
The problem is that your libstdc++.so.6
is too old.
Versions of libstdc++
and their ABI's are documented here. GLIBCXX_3.4.19
corresponds to GCC-4.8.3, and GLIBCXX_3.4.20
to GCC-4.9.0.
To get a newer libstdc++.so.6
, you need to upgrade your GCC. Here is how this could be done.
answered Nov 22 '18 at 5:11


Employed RussianEmployed Russian
125k20167238
125k20167238
Thanks. I eventually found an alternative standalone compiler (scout app) that works fine... Plus I decided to look into gulp, another great option too. Thanks for the help though, much appreciated
– Bankole Alex-Esan
Feb 5 at 12:13
add a comment |
Thanks. I eventually found an alternative standalone compiler (scout app) that works fine... Plus I decided to look into gulp, another great option too. Thanks for the help though, much appreciated
– Bankole Alex-Esan
Feb 5 at 12:13
Thanks. I eventually found an alternative standalone compiler (scout app) that works fine... Plus I decided to look into gulp, another great option too. Thanks for the help though, much appreciated
– Bankole Alex-Esan
Feb 5 at 12:13
Thanks. I eventually found an alternative standalone compiler (scout app) that works fine... Plus I decided to look into gulp, another great option too. Thanks for the help though, much appreciated
– Bankole Alex-Esan
Feb 5 at 12:13
add a comment |
Thanks for contributing an answer to Stack Overflow!
- 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%2fstackoverflow.com%2fquestions%2f53367513%2fprepros-failed-to-process-sass-file-version-glibcxx-3-4-20-not-found-on-ubuntu%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