Homebrew refusing to link OpenSSL

前端 未结 15 2638
南旧
南旧 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:28

    This worked for me:

     brew install openssl
     cd /usr/local/include 
     ln -s ../opt/openssl/include/openssl .
    

提交回复
热议问题