I'm having issues launching zm, I already created links to the newer versions of the libraries. On Centos 7.3
ln /usr/lib64/libcrypto.so /usr/lib64/libcrypto.so.1.0.0
ln /usr/lib64/libssl.so /usr/lib64/libssl.so.1.0.0
I still get the error
./zm: /lib64/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./zm)
./zm: /lib64/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./zm)
Any help?
dstm, can you compile you miner using the library and not the specific version?
ZM depends on openssl 1.0.x, that's not the newest - the newest is 1.1.. It looks like your /usr/lib64/libssl.so has the wrong version, most likely it's 1.1.0.
Btw. I had to downgrade openssl to 1.0.0 because Ubuntu still uses the old version.