-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
missing GLIBCXX_3.4.18 on Ubuntu 12.04 #53
Comments
+1 |
Looks related to sass/node-sass#517. |
@RafaelCz @olivierrr Can you try the update version 1.0.1-73. I just uploaded it to the extension registry today. I tested the new build on Ubuntu 64-bit 14.04. I have some new example projects posted with instructions, details here https://github.com/jasonsanjose/brackets-sass/wiki. |
@jasonsanjose I'm sorry to disappoint you, but I still get the same error: Runtime error: Unable to load one of the modules: /home/rafael/.config/Brackets/extensions/user/jasonsanjose.brackets-sass/node/1.1.4-1/SASSDomain, reason: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by /home/rafael/.config/Brackets/extensions/user/jasonsanjose.brackets-sass/node/1.1.4-1/node_modules/node-sass/bin/linux-x64-v8-3.14/binding.node) |
@RafaelCz have you used node-sass on that same machine?
Install: https://github.com/sass/node-sass#install Since node-sass is a dependency for the extension, it would be easier to diagnose the bug if you could try running it independently if you have some spare time. The current version 1.1.4 is the same version used here. Let me know how it goes. Thanks! |
@jasonsanjose no, till now I did only use brackets with brackets-sass.
I installed node.js and tried to install node-sass, but I ran into an error.
EDIT: |
@jasonsanjose I managed to add the NodeSource-repository and install the current version of node.js Installing node-sass via npm is still failing, but this time with a familiar error:
|
@RafaelCz there's a recommendation in the node-sass issue sass/node-sass#517 (comment) to
Maybe that will help? |
@jasonsanjose the latest libstdc++-version povided by the official ubuntu-repository is 6-4.6 😞 |
See the discussion here for more info and a few possible options. You may have to add a PPA to get backports. |
@RafaelCz I had same problem on Elemantry OS(which based on ubuntu). I solved it by upgrading gcc-4.9 and g++-4.9 |
In my case, I installed: sudo apt-get install libstdc++6 |
In my case, I did the following to solve the problem:
|
@richelbilderbeek it worked for me, thanks. My problem was running Matlab R2015a on Ubuntu 12.04. It was missing GLIBCXX_3.4.17 |
Hi,
after updating to Brackets 1.0 and Backets SASS 1.0.0-68, I get this Error:
Runtime error: Unable to load one of the modules: /home/rafael/.config/Brackets/extensions/user/jasonsanjose.brackets-sass/node/1.1.4/SASSDomain, reason: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.18' not found (required by /home/rafael/.config/Brackets/extensions/user/jasonsanjose.brackets-sass/node/1.1.4/node_modules/node-sass/bin/linux-x64-v8-3.14/binding.node)
I'm using elementary OS 0.2 Luna (it's based on Ubuntu 12.04.1) with a backported Kernel from Ubuntu 14.04 (linux-generic-lts-trusty). My system is up-to-date, no pending updates.
The result of
strings /usr/lib/x86_64-linux-gnu/libstdc++.so.6 | grep GLIBCXX
is:It seems like you are linking against a library-version, which is not provided by the Ubuntu 12.04 repository...
The text was updated successfully, but these errors were encountered: