brew link openssl --forceができない問題
error_msg
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
上記サイトでopensslをバージョンアップした時の問題解決
どうやらopensslへのlinkは貼れなくなったらしい
http://qiita.com/chatii0079/items/b30cf35c4ec9bdf8dd70
brew で openssl をリンクできなくしたようで、コンパイラにパスを渡してねって言ってる
set -U fish_user_paths $fish_user_paths /usr/local/opt/openssl/bin
fisherなのでfishですが、要はpathを通せばおk
which openssl
/usr/bin/openssl
から/usr/local/opt/openssl/bin/
になっている。
openssl version
OpenSSL 1.0.2h 3 May 2016
1.0.2がインストールされてますね。おk!
Author And Source
この問題について(brew link openssl --forceができない問題), 我々は、より多くの情報をここで見つけました https://qiita.com/dasisyouyu/items/c9621c29b0fe79d2b7c4著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .