Mac OpenSSL not found/loading failed
OpenSSL is a secure socket layer cipher library, including the main cryptographic algorithms, commonly used key and certificate encapsulation management functions and SSL protocol, and provides a wealth of applications for testing or other purposes.
Mac OSX install new OpenSSL
Currently, Mac OSX can install the specified version of OpenSSL through brew.
Confirm the version and location of the installed OpenSSL
$ which openssl
Determine version
$ openssl version
Brew install OpenSSL
$ brew install openssl
Brew update OpenSSL
$ brew upgrade openssl
Brew force link to OpenSSL
$ brew link openssl –force
The above is the introduction of updating OpenSSL under Mac to the latest version.
An error occurred when installing the software through homebrew or other ways
Error running ‘requirements_ osx_ brew_ libs_ install openssl’Library not loaded: /usr/local/opt/openssl/lib/libssl.1.0.0.dylib (LoadError)
It may be caused by not installing or environment variable problems (you can judge by inputting OpenSSL command in the terminal and viewing feedback information)
1. You can solve this problem by re installing OpenSSL
Steps to re install OpenSSL:
Remove OpenSSL (other versions may exist in the removal method. It is recommended to uninstall all versions through uninstall)
brew remove openssl
Uninstall all versions of OpenSSL
brew uninstall –force openssl
Install OpenSSL
brew install openssl
Configure environment variables
echo ‘export PATH=”/usr/local/opt/openssl/bin:$PATH”‘ >& gt; ~/. bash_ profile
div>
Read More:
- Configuration: error:!! OpenSSL is not properly installed on your system
- Ambari OpenSSL version problem: sslerror: failed to connect. Please check OpenSSL library versions
- Mac command not found solution
- The MAC system installs MySQL client, and the error is solved_ config not found
- Solution to Apple Wireless Mouse, keyboard or touchpad can not be recognized by MAC
- 2019.11.14 Mac uses brew to report an error: parent directory is world writable but not sticky
- Beatifulsoup MAC installation solution Python 3
- error: RPC failed; curl 56 OpenSSL SSL_ read: SSL_ ERROR_ Syscall, errno 10054 solution
- Easyconnect MAC ultimate solution
- Command not found: ADB appears on Mac
- After node.js is installed, use the instruction node version in vscode to show that it is not an external or internal instruction. The solution is as follows:
- Access restriction in Eclipse: the type ‘xxx’ is not API solution
- [Solved] Mac Terminal error: command not found: telnet
- fatal error: openssl/bio.h: No such file or directory settlement programme
- Error: Command ‘/ usr / bin / clang’ failed with exit status 1 solution for Mac OS installation
- Mac brew fails to work and an error is reported
- After adb is connected to an android phone, remount failed: operation not permitted when adb remount is a roundabout solution
- Solution to the flash back, error report and unexpected exit of idea MAC windows
- Mac: how to show hidden files under Apple Mac operating system
- The solution of this. $message is not a function