Differences

This shows you the differences between two versions of the page.

Link to this comparison view

how-to-install-bitcoin-on-centos-7 [2015-01-17 00:24:08]
shaun.reitan created
how-to-install-bitcoin-on-centos-7 [2015-01-17 00:57:46] (current)
shaun.reitan
Line 35: Line 35:
 tar zxvf openssl-1.0.1l.tar.gz tar zxvf openssl-1.0.1l.tar.gz
 cd openssl-1.0.1l cd openssl-1.0.1l
-./Configure --prefix=/opt/openssl linux-x86_64 shared +export CFLAGS="-fPIC" 
-make+./config --prefix=/opt/openssl shared enable-ec enable-ecdh enable-ecdsa 
 +make all
 make install make install