zoukankan      html  css  js  c++  java
  • Failed to initialize CoreCLR, HRESULT: 0x80131500

    for debian stretch users, there is more than just libicu52.
    I added this line to sources.list (/etc/apt/sources.list)
    deb http://ftp.de.debian.org/debian/ jessie main
    then :
    apt-get update
    finally:
    apt-get -t jessie install libicu52
    apt-get install libssl1.0.0
    in this point, the command by @icebreaker gives this output:

        root@yspdebian:~# find /opt/dotnet -name '*.so' -type f -print | xargs ldd | grep 'not found'`
    
        liblldb-3.6.so => not found
    
        liblttng-ust.so.0 => not found
    

    finally, work is done by :
    apt-get install liblttng-ust0 and apt-get install liblldb-3.6

    and now, i have this error:

    ahmad@yspdebian:~/oldicu$ dotnet new
    
    Welcome to .NET Core!
    ---------------------
    Learn more about .NET Core @ https://aka.ms/dotnet-docs. Use dotnet --help to see available commands or go to https://aka.ms/dotnet-cli-docs.
    Telemetry
    --------------
    The .NET Core tools collect usage data in order to improve your experience. The data is anonymous and does not include commandline arguments. The data is collected by Microsoft and shared with the community.
    You can opt out of telemetry by setting a DOTNET_CLI_TELEMETRY_OPTOUT environment variable to 1 using your favorite shell.
    You can read more about .NET Core tools telemetry @ https://aka.ms/dotnet-cli-telemetry.
    Configuring...
    -------------------
    A command is running to initially populate your local package cache, to improve restore speed and enable offline access. This command will take up to a minute to complete and will only happen once.
    Decompressing 100% 4369 ms
    Expanding 0%Segmentation fault
    

    version is:

    ahmad@yspdebian:~/oldicu$ dotnet --version
    1.0.0-preview2-003121
    

    and

    ahmad@yspdebian:~/oldicu$ dotnet --info
    .NET Command Line Tools (1.0.0-preview2-003121)
    
    Product Information:
     Version:            1.0.0-preview2-003121
     Commit SHA-1 hash:  1e9d529bc5
    
    Runtime Environment:
     OS Name:     debian
     OS Version:  
     OS Platform: Linux
     RID:         debian.-x64
    
    
  • 相关阅读:
    centos7 做rails 执行rails server 报错
    centos 7 安装 rvm 超时
    centos7 打造基于python语言Selenium2自动化开发环境
    RubyMine8 安装
    linux 下安装 RZ SZ命令 以及使用
    centos 7.2 安装mysql 修改 初始密码
    win10系统配置FTP
    Windows环境安装MySQL8.0.11
    IntelliJ IDEA 2017 上传本地项目至码云
    IntelliJ IDEA 2017.3 搭建一个多模块的springboot项目(三)
  • 原文地址:https://www.cnblogs.com/gomvc/p/6781265.html
Copyright © 2011-2022 走看看