Problem running dotnet on Ubuntu 14.04
See original GitHub issueSteps to reproduce
I followed the installation instructions at https://www.microsoft.com/net/core#ubuntu.
Actual behavior
Facing the following issue:
dotnet new Failed to resolve library symbol hostfxr_main, error: dotnet: undefined symbol: hostfxr_main Segmentation fault (core dumped)
Environment data
uname -a Linux ubuntu 3.19.0-61-generic dotnet/cli#69~14.04.1-Ubuntu SMP Thu Jun 9 09:09:13 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
dotnet --info
output:
dotnet --info Failed to resolve library symbol hostfxr_main, error: dotnet: undefined symbol: hostfxr_main Segmentation fault (core dumped)
Issue Analytics
- State:
- Created 7 years ago
- Comments:37 (10 by maintainers)
Top Results From Across the Web
Problem running dotnet on Ubuntu 14.04 · Issue #6485
Try changing the version of Microsoft.NETCore.App in your project.json to 1.0.0 with preview2 bits installed.
Read more >Problem running .net Core on Ubuntu Server [closed]
My bad - I've just realised that if I run the following command it works fine: dotnet HelloWorld.dll.
Read more >Not able to install .Net core in ubuntu 14.04
I met the same problem. It seems like .NET Core don't support 32-bit Ubuntu. I changed to 64-bit Ubuntu, the problem is solved....
Read more >Install the .NET SDK or the .NET Runtime on Ubuntu
This article describes how to install .NET on Ubuntu. The Microsoft package repository contains every version of .NET that is currently, ...
Read more >How To Fix Wine Error When Installing Dotnet on Ubuntu ...
The primary reason for this error is that Dotnet requires a 32-bit environment to run correctly, which is not created by default in...
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 FreeTop 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
Top GitHub Comments
Until fixed you may usehttps://dotnetcli.blob.core.windows.net/dotnet/preview/Binaries/Latest/dotnet-dev-ubuntu-x64.latest.tar.gz
Is this fixed or am I missing something here? I’m running into the same issues. Tried the work-arounds not working around…