$ brew reinstall openssl@1.1 // 기존에 설치되어 있어서 재설치함 , 일반 설치는 brew install openssl
==> Reinstalling openssl@1.1
==> Downloading https://homebrew.bintray.com/bottles/openssl@1.1-1.1.1d.catalina.bottle.tar.gz
==> Downloading from https://akamai.bintray.com/d7/d7f992ebfd78f80828051f6dc6a1a99aed405f86b0f39ea651fd0afeadd1b0f4?__gda__=exp=1577628458~hmac=45a5217af4f964e67bbb
######################################################################## 100.0%
==> Pouring openssl@1.1-1.1.1d.catalina.bottle.tar.gz
==> Caveats
A CA file has been bootstrapped using certificates from the system
keychain. To add additional certificates, place .pem files in
/usr/local/etc/openssl@1.1/certs
and run
/usr/local/opt/openssl@1.1/bin/c_rehash
openssl@1.1 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 openssl@1.1 first in your PATH run:
echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >> ~/.bash_profile
For compilers to find openssl@1.1 you may need to set:
export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"
==> Summary
🍺 /usr/local/Cellar/openssl@1.1/1.1.1d: 7,983 files, 17.9MB
'BackEnd FrontEnd > C , C++' 카테고리의 다른 글
[networkprogramming] mac에서 bind코드가 잘 안될때 (0) | 2020.01.21 |
---|---|
linux C/C++ mysql 사용하기 (0) | 2020.01.21 |
arm cross compile 시 curl negative size error 발생하는 경우 (0) | 2019.12.18 |
C/C++ curl로 메일보내기 예제 (0) | 2019.10.30 |
[C] curl 로 pcm 파일 전달하기 (0) | 2019.10.23 |