Add Centos 6 support (GLIBC 2.12)
See original GitHub issueI 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: version
CXXABI_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: version
GLIBCXX_3.4.15’ not found (required by powershell)
Issue Analytics
- State:
- Created 7 years ago
- Comments:10 (4 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
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?
Agree