Error running dotnet in Travis Ubuntu 14.04
See original GitHub issueI’m trying to run a dotnet build in Travis’s Ubuntu 14.04 environment and getting issues.
Steps to reproduce
Install dotnet on Ubuntu 14.04. I have a travis config here that’s installing dotnet-rc4-004771 on Ubuntu 14.04.
Run dotnet --info.
Expected behavior
Command prints dotnet info.
Actual behavior
dotnet: /usr/lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by dotnet)
Environment data
dotnet --info output:
Travis build output here. That version of GLIBC is indeed not available:
$ sudo strings /usr/lib/x86_64-linux-gnu/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
GLIBCXX_3.4.14
GLIBCXX_3.4.15
GLIBCXX_3.4.16
GLIBCXX_3.4.17
GLIBCXX_3.4.18
GLIBCXX_3.4.19
GLIBC_2.3
GLIBC_2.2.5
GLIBC_2.14
GLIBC_2.4
GLIBC_2.18
GLIBC_2.3.4
GLIBC_2.17
GLIBC_2.3.2
Issue Analytics
- State:
- Created 7 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Dotnet core 2.2 - C#
Seems like dotnet core 2.2 was released today. But we are getting a The command “sudo apt-get install -qq dotnet-sdk-2.2” failed and exited ......
Read more >Travis-CI 'Microsoft.NETCore.App', version '1.1.2' was not ...
First, I'm new to Travis CI. I am trying to run tests using the DotNet Core 2.0 SDK and the 1.1.2 runtime. both...
Read more >Multi target both .net core 2.1 and 3.1?
Hi I'm trying to build a library for both 2.1 and 3.1. I have the following .travis.yml language: csharp mono: none dotnet: -...
Read more >Configuring CI for .Net Core using Travis CI and Xunit
Next you need to configure your .travis.yml file. For a basic CI pipeline, running your .Net Core tests on a linux box you...
Read more >Build Environment Overview - Travis CI
What This Guide Covers #. This guide provides an overview on the different environments in which Travis CI can run your builds, and...
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

@KodrAus thank you for confirmation! @gkhanna79 who is responsible for updating the links?
No worries, thanks for the quick fix @leecow!