Hi, I’m trying to run the octo command on my CentOS7 machine with donet-3.1 installed but I’m getting an error:
Failed to load x, error: /var/tmp/.net/octo/1fd2ljjz.loc/libhostfxr.so: failed to map
segment from shared object: Operation not permitted
The library libhostfxr.so was found, but loading it from /var/tmp/.net/octo/1fd2ljjz.l
oc/libhostfxr.so failed
- Installing .NET Core prerequisites might help resolve this problem.
https://go.microsoft.com/fwlink/?linkid=2063370
Please find below my dotnet --info output:
.NET Core SDK (reflecting any global.json):
Version: 3.1.201
Commit: b1768b4ae7
Runtime Environment:
OS Name: centos
OS Version: 7
OS Platform: Linux
RID: centos.7-x64
Base Path: /usr/share/dotnet/sdk/3.1.201/
Host (useful for support):
Version: 3.1.3
Commit: 4a9f85e9f8
.NET Core SDKs installed:
3.1.201 [/usr/share/dotnet/sdk]
.NET Core runtimes installed:
Microsoft.AspNetCore.App 3.1.3 [/usr/share/dotnet/shared/Microsoft.AspNetCore.App]
Microsoft.NETCore.App 3.1.3 [/usr/share/dotnet/shared/Microsoft.NETCore.App]
Any ideas of why the command is giving me the weird error?