Mac OpenSSl is not available的解决方法
Posted 老樊Lu码
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Mac OpenSSl is not available的解决方法相关的知识,希望对你有一定的参考价值。
Mac openssl未找到/加载失败问题处理
OpenSSL 是一个安全套接字层密码库,囊括主要的密码算法、常用的密钥和证书封装管理功能及SSL协议,并提供丰富的应用程序供测试或其它目的使用。
Mac OSX 安装新版OpenSSL
Mac OSX目前可以通过brew 来安装指定版本的OpenSSL。
确认已安装的openssl的版本和位置
$ which openssl
确定版本
$ openssl version
brew安装openssl
$ brew install openssl
brew更新openssl
$ brew upgrade openssl
brew强制链接到openssl
$ brew link openssl --force
以上就是将Mac下的openssl更新到最新版本的介绍。
通过homebrew或者其他方式安装软件时出现错误
- Error running 'requirements_osx_brew_libs_install openssl'
- Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib (LoadError)
可能是未安装或者是环境变量问题造成(可以通过终端中输入openssl命令,查看反馈信息来判断)
1、可以通过重新安装openssl来解决:
重新安装openssl步骤:
- 移除openssl(移除方式可能会有其他版本存在,建议是通过uninstall卸载所有版本)
brew remove openssl
- 卸载所有版本openssl
brew uninstall --force openssl
- 安装openssl
brew install openssl
- 配置环境变量
echo 'export PATH="/usr/local/opt/openssl/bin:$PATH"' >> ~/.bash_profile
以上是关于Mac OpenSSl is not available的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
Mac10.12.1 安装mongodbPHP扩展报错 <openssl/evp.h>not found
Spring Boot中报错org.apache.ibatis.binding.BindingException: Parameter 'XXXX' not found. Availa
php 来自https://docs.woocommerce.com/document/hide-other-shipping-methods-when-free-shipping-is-availa
Mac:oracle 24454 client host name is not set
Linux笔记-Caused by SSLError(“Can‘t connect to HTTPS URL because the SSL module is not available.“)
Linux笔记-Caused by SSLError(“Can‘t connect to HTTPS URL because the SSL module is not available.“)