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-16 16:24:08] – created shaun.reitanhow-to-install-bitcoin-on-centos-7 [2015-01-16 16: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