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.

dotnet missing versions of GLIBCXX (CentOS)

See original GitHub issue

Hi. I was trying to run a DNX application on my CentOS 6.8 server but I’m not able to run anything at all. Before installing the RC2 I’ve installed all the linux dependencies. This is what I get when running any dotnet command (launching):

[root@user lib64]# dotnet --info dotnet: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.18’ not found (required by dotnet)

dotnet: /usr/lib64/libstdc++.so.6: version `CXXABI_1.3.5’ not found (required by dotnet)

dotnet: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.14’ not found (required by dotnet)

dotnet: /usr/lib64/libstdc++.so.6: version `GLIBCXX_3.4.15’ not found (required by dotnet)

These are the lines contained in the libstdc++.so.6:

[root@user lib64]# strings libstdc++.so.6|grep GLIBC GLIBCXX_3.4 GLIBCXX_3.4.1 GLIBCXX_3.4.2 GLIBCXX_3.4.3 GLIBCXX_3.4.4 GLIBCXX_3.4.5 GLIBCXX_3.4.6 GLIBCXX_3.4.7 GLIBCXX_3.4.8 GLIBCXX_3.4.9 GLIBCXX_3.4.10 GLIBCXX_3.4.11 GLIBCXX_3.4.12 GLIBCXX_3.4.13 GLIBC_2.2.5 GLIBC_2.3 GLIBC_2.4 GLIBC_2.3.2 GLIBCXX_FORCE_NEW GLIBCXX_DEBUG_MESSAGE_LENGTH

Does anyone know how to solve this?

Steps to reproduce

  • Basically just call the dotnet command.

Expected behavior

  • Run the application.

Actual behavior

  • CLI does not run.

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:3
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

17reactions
TheRealPiotrPcommented, Jun 7, 2016

We started CentOS support with 7.1 and don’t have plans to pursue earlier versions. I do hope that folks in the community might comment on this issue with a solution, however!

0reactions
nitrat7commented, May 31, 2017

centos 6.8 (Elemental)

dotnet: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.18' not found (required by dotnet) dotnet: /usr/lib64/libstdc++.so.6: version CXXABI_1.3.5’ not found (required by dotnet) dotnet: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.14' not found (required by dotnet) dotnet: /usr/lib64/libstdc++.so.6: version GLIBCXX_3.4.15’ not found (required by dotnet)

Read more comments on GitHub >

github_iconTop Results From Across the Web

dotnet missing versions of GLIBCXX (CentOS) · Issue #6282
Hi. I was trying to run a DNX application on my CentOS 6.8 server but I'm not able to run anything at all....
Read more >
netcore `GLIBC_2.14' not found error on linux (RHEL)
When you run it on RHEL you will get another error saying "ICU is missing". To Resolve that : Add a new file...
Read more >
dotnet GLIBC issue : r/linuxquestions
It looks like that snap is just broken. Is it really trying to run the operating system's version of the C++ standard library...
Read more >
Install .NET on Linux without using a package manager
Demonstrates how to install the .NET SDK and the .NET Runtime on Linux without a package manager. Use the install script or manually...
Read more >
How to fix "/lib/x86_64-linux-gnu/libc.so.6
You'll need to either recompile the program against the version of glibc that's on your system, or install a newer version of glibc...
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