Created
December 27, 2018 02:29
-
-
Save btbytes/65e1330430145a2afba6fdccbd46677a to your computer and use it in GitHub Desktop.
openssl 1.1 on homebrew
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew install [email protected] | |
| ==> Downloading https://homebrew.bintray.com/bottles/[email protected] | |
| ######################################################################## 100.0% | |
| ==> Pouring [email protected] | |
| ==> Caveats | |
| A CA file has been bootstrapped using certificates from the system | |
| keychain. To add additional certificates, place .pem files in | |
| /usr/local/etc/[email protected]/certs | |
| and run | |
| /usr/local/opt/[email protected]/bin/c_rehash | |
| [email protected] is keg-only, which means it was not symlinked into /usr/local, | |
| because openssl/libressl is provided by macOS so don't link an incompatible version. | |
| If you need to have [email protected] first in your PATH run: | |
| echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.zshrc | |
| For compilers to find [email protected] you may need to set: | |
| export LDFLAGS="-L/usr/local/opt/[email protected]/lib" | |
| export CPPFLAGS="-I/usr/local/opt/[email protected]/include" | |
| For pkg-config to find [email protected] you may need to set: | |
| export PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig" | |
| ==> Summary | |
| � /usr/local/Cellar/[email protected]/1.1.1a: 7,953 files, 18.2MB |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment