osx - Error installing .net core on mac -


i unable execute command (while following part of tutorial

ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/ 

the error

ln: /usr/local/lib/: no such file or directory

how can fix this?

i've tried referring this post, unable follow it.

the instructions out of date, sadly. steps worked me (from this answer):

brew update brew install openssl sudo install_name_tool -add_rpath /usr/local/opt/openssl/lib /usr/local/share/dotnet/shared/microsoft.netcore.app/1.0.0/system.security.cryptography.native.dylib 

according issue on github, there update in future resolves problem.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -