Download dan install :
curl https://www.openssl.org/source/openssl-1.0.1g.tar.gz | tar xz && sudo ./config && sudo make && sudo make install
Muncul error :
perl: warning: Falling back to the standard locale ("C"). cms.pod around line 457: Expected text after =item, not a number cms.pod around line 461: Expected text after =item, not a number cms.pod around line 465: Expected text after =item, not a number cms.pod around line 470: Expected text after =item, not a number cms.pod around line 474: Expected text after =item, not a number POD document had syntax errors at /usr/bin/pod2man line 71. make: *** [install_docs] Error 255
Install dengan :
sudo make install_sw
Ganti binari yang terinstall dengan yang baru :
sudo ln -sf /usr/local/ssl/bin/openssl `which openssl`
Lihat hasilnya :
openssl version
Outputnya sebagai berikut :
OpenSSL 1.0.1g 7 Apr 2014
Selesaiā¦