homebrewで入れたopensslが使用したくて
brew link openssl --force
をしましたところ
$ 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
と出て上手くできません。
こちらの記事を参考にPATHを通せばいいのかと思い、.zshrcに
export PATH=$PATH:/usr/local/opt/openssl/bin
を追加しましたが
$ which openssl /usr/bin/openssl $ openssl version OpenSSL 0.9.8zh 14 Jan 2016
と、できていません。
どのようにすれば解決できるでしょうか? よろしくお願いします。
使用環境 : Mac OS X El Capitan, iterm, zsh

回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2016/09/08 14:12 編集