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.

Problem running dotnet on Ubuntu 14.04

See original GitHub issue

Steps 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:closed
  • Created 7 years ago
  • Comments:37 (10 by maintainers)

github_iconTop GitHub Comments

3reactions
aviviadicommented, Jun 21, 2016

Until fixed you may usehttps://dotnetcli.blob.core.windows.net/dotnet/preview/Binaries/Latest/dotnet-dev-ubuntu-x64.latest.tar.gz

2reactions
jdbeavercommented, Jul 17, 2016

Is this fixed or am I missing something here? I’m running into the same issues. Tried the work-arounds not working around…

Read more comments on GitHub >

github_iconTop 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 >

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