question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add Centos 6 support (GLIBC 2.12)

See original GitHub issue

I installed centos7 rpm on Centos 6 machine but it will not run because it requires a higher glibc 3.4 library. Is it possible if you add support for Centos6 as lot of linux installations are based on that yet?

[root@localhost ~]# powershell powershell: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.18' not found (required by powershell) powershell: /usr/lib64/libstdc++.so.6: versionCXXABI_1.3.5’ not found (required by powershell) powershell: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.14' not found (required by powershell) powershell: /usr/lib64/libstdc++.so.6: versionGLIBCXX_3.4.15’ not found (required by powershell)

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
agonzalezmcommented, Aug 27, 2016

On CoreCLR they said centos6 has old libraries that will not work so they are not going to support it.

Would be possible if you have a powershell package that runs on top of mono instead of coreclr? or would this be a request for mono team so they add powershell as a supported language?

0reactions
SteveL-MSFTcommented, Aug 30, 2018

Agree

Read more comments on GitHub >

github_iconTop Results From Across the Web

update glibc to 2.17 for CentOS 6
Hello, From the current version, 3.4.13 - I need to install 3.4.14 & 3.4.15 versions. but am getting below error when I update...
Read more >
How to upgrade glibc from version 2.12 to 2.15 on CentOS6?
1 Answer 1 ... On CentOS, you can only upgrade glibc by upgrading to a newer CentOS version. Core system libraries are an...
Read more >
How to update glibc to 2.14 in CentOS 6.5
You cannot update glibc on Centos 6 safely. However you can install 2.14 alongside 2.12 easily, then use it to compile projects etc....
Read more >
upgrading glibc from version 2.12 to 2.14 on CentOS
You cannot update glibc on Centos 6 safely, but, you can install 2.14 alongside 2.12 easily, then use it to compile projects etc....
Read more >
How to Update glibc 2.17 Newer Version on Centos 6.x
We can get soruce file in 2 ways, using git or ftp. You can get latest version from git. We need GLIBC_2.17 version...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found