Created
August 22, 2021 09:12
-
-
Save rolandjitsu/b5a4520fbcec0fa1955b22a95d732103 to your computer and use it in GitHub Desktop.
Install OpenSSL
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
sudo apt-get -y install build-essential checkinstall zlib1g-dev | |
git clone --depth 1 --branch OpenSSL_1_1_1k https://github.com/openssl/openssl.git | |
cd openssl | |
./config zlib '-Wl,-rpath,$(LIBRPATH)' | |
make | |
make test | |
sudo make install | |
sudo ldconfig -v |
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] | |
echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.bash_profile |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment