Homebrew refusing to link OpenSSL

前端 未结 15 2460
南旧
南旧 2020-11-22 03:51

I\'m on: OSX 10.11.6, Homebrew version 0.9.9m OpenSSL 0.9.8zg 14 July 2015

I\'m trying to play with with dotnetcore and by following their instructions,

I\'

15条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-22 04:30

    Note: this no longer works due to https://github.com/Homebrew/brew/pull/612

    I had the same problem today. I uninstalled (unbrewed??) openssl 1.0.2 and installed 1.0.1 also with homebrew. Dotnet new/restore/run then worked fine.

    Install openssl 101:
    brew install homebrew/versions/openssl101
    Linking:
    brew link --force homebrew/versions/openssl101

提交回复
热议问题