-
Notifications
You must be signed in to change notification settings - Fork 11
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
libstdc++.so incompatibility in languages.so #88
Comments
Hi @darkvertex , Thanks a lot for reporting this issue and for the detailed information. 👍 How long have you experienced this problem? |
Hi @darkvertex , Thanks again for reporting this. So far, we have 2 troubleshooting ideas:
|
This is a shared server that's meant to match the general platform of our other systems and so I would probably piss off my peers by upgrading libs. Also the version I have is the newest available under CentOS7 out of the box, so I'd have to go out of my way to find and recompile a newer rpm. I'm not a C++ expert but would it be crazy to bundle a newer libstd .so in your extension install's root directory so you don't depend on the system's one being right? Or statically linking against it for that matter? |
Hello, Thanks for the useful and creative extensions. |
This prevents using the plugin with Centos7. I haven't found a workaround. |
Hello everyone, has this bug been fixed? Actually, I still had the bug |
Hi @Chiu-Ping! This issue seems hard to fix, given how we currently build and release Sourcery. It is in our roadmap to address it, but it may take some time. |
i believe this is about gcc. maybe an update . i'll try that and keep you posted |
I've found a workaround
If you are using vscode remote plugin , just quit and re-connect |
Turns out it was a link problem |
Still have this bug on remote ssh. |
Seems that sourcery is not compatible with centos 7 , because of the libstdc++.so version. |
I have a server I sometimes use the VSCode "Remote SSH" extension with to connect to and when I do Sourcery is not happy:
If it helps, the linux box runs CentOS7 and has libstdc++-4.8.5
The text was updated successfully, but these errors were encountered: