Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use
OpenSSL 1.1
until OpenSSL for Ruby
will support OpenSSL 3.0
It seems to be still in preparation at the moment. - ruby/openssl#369 ``` $ brew info [email protected] [email protected]: stable 1.1.1l (bottled) [keg-only] Cryptography and SSL/TLS Toolkit https://openssl.org/ /usr/local/Cellar/[email protected]/1.1.1l_1 (8,073 files, 18.5MB) Poured from bottle on 2021-10-09 at 17:50:03 From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/[email protected] License: OpenSSL ==> Dependencies Required: ca-certificates ✔ ==> 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 macOS provides LibreSSL. 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" ==> Analytics install: 1,034,525 (30 days), 2,791,466 (90 days), 9,665,014 (365 days) install-on-request: 40,532 (30 days), 166,402 (90 days), 971,361 (365 days) build-error: 0 (30 days) ```
- Loading branch information