[Mac OS X] OpenSSLバージョンの更新
私ももれなくbrewでinstallしたopensslのパスが適用されていなかったので
手順を記しておく
前準備
- openssl 自体を更新しておきましょう
$ brew update
$ brew upgrade openssl
入れてない人は
$ brew install openssl
- opensslのパスとバージョンを確認
$ which openssl
/usr/bin/openssl
$ openssl version
OpenSSL 0.9.8zh 14 Jan 2016
上記の結果がbrewで入れたものと異なっていたら
下記手順でパスを書き換えましょう。
私は0.9.8zhだったので変更が必要でした。。
手順
- brewで入っているもののパス確認
brew list openssl
$ brew list openssl
.
.
/usr/local/Cellar/openssl/1.0.2l/bin/openssl
.
.
パスを上書き
$ echo 'export PATH=/usr/local/Cellar/openssl/1.0.2l/bin:$PATH' >> ~/.bash_profile
$ source ~/.bash_profile
確認
$ which openssl
$ openssl version
Author And Source
この問題について([Mac OS X] OpenSSLバージョンの更新), 我々は、より多くの情報をここで見つけました https://qiita.com/smith-30/items/a275f30b040c1ea74520著者帰属:元の著者の情報は、元の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 .