Skip to content

Instantly share code, notes, and snippets.

@liuhoward
Created July 27, 2018 22:45
Show Gist options
  • Save liuhoward/4f0db1d9ce9531d02d674bf8b3233aa8 to your computer and use it in GitHub Desktop.
Save liuhoward/4f0db1d9ce9531d02d674bf8b3233aa8 to your computer and use it in GitHub Desktop.
openssl1.0
tar -zxvf openssl-1.0.1k.tar.gz
cd openssl-1.0.1k
./config shared --prefix=/usr/local --openssldir=/usr/local/openssl
make
make test
make install
cp -p /usr/local/openssl/bin/openssl /usr/bin/openssl
ln -s /usr/local/openssl/lib/libcrypto.so.1.0.0 /usr/lib/libcrypto.so
openssl version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment