各位大神,我遇到一个问题,在学习使用 .net core 时,需要openssl的版本为1.0.1或者1.0.2的,但是我系统自带的是0.9.8的,我根据。net core官网上的步骤做了, 但是openssl的版本仍然是0.9.8.我应该如何升级openssl,在线等。
根据网上说的使用Brew link openssl。时提示了一下问题:
bogon:~ fandong$ brew link openssl --force
Warning: Refusing to link: openssl
Linking keg-only openssl means you may end up linking against the insecure,
deprecated system OpenSSL while using the headers from Homebrew's openssl.
Instead, pass the full include/library paths to your compiler e.g.:
-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib
#查看最新版本
root@10.1.1.100:openssl-1.0.1g# openssl version -a