Post
Topic
Board Mining (Altcoins)
Re: [ANN] dstm's ZCash / Equihash Nvidia Miner v0.5.7 (Linux / Windows)
by
anhhoanggl
on 18/12/2017, 12:32:03 UTC
How restart tool if it error
Excuse-me, but i attempt to run into Debian Sid... it can't be run... because libssl, and libcrypto versions are 1.0.2!

Code:
# dpkg -l | grep ssl
ii  libcurl4-openssl-dev:amd64           7.57.0-1                            amd64        development files and documentation for libcurl (OpenSSL flavour)
ii  libflac8:amd64                       1.3.2-1                             amd64        Free Lossless Audio Codec - runtime C library
ii  libio-socket-ssl-perl                2.052-1                             all          Perl module implementing object oriented interface to SSL sockets
ii  libnet-smtp-ssl-perl                 1.04-1                              all          Perl module providing SSL support to Net::SMTP
ii  libnet-ssleay-perl                   1.80-1+b2                           amd64        Perl module for Secure Sockets Layer (SSL)
ii  libssl1.0.2:amd64                    1.0.2n-1                            amd64        Secure Sockets Layer toolkit - shared libraries
ii  libssl1.1:amd64                      1.1.0g-2                            amd64        Secure Sockets Layer toolkit - shared libraries
ii  libwavpack1:amd64                    5.1.0-2                             amd64        audio codec (lossy and lossless) - library
ii  openssl                              1.1.0g-2                            amd64        Secure Sockets Layer toolkit - cryptographic utility
ii  perl-openssl-defaults:amd64          3                                   amd64        version compatibility baseline for Perl OpenSSL packages

I link libssl-1.0.2 to libssl-1.0.0 and egual for libcrypto.
and i export LD_LIBRARY_PATH, as:

Code:
export LD_LIBRARY_PATH="$(pwd):/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH"

But, when i execute zm, the terminal return:

Code:
/zminer
./zm: /usr/lib/x86_64-linux-gnu/libcrypto.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./zm)
./zm: /usr/lib/x86_64-linux-gnu/libssl.so.1.0.0: version `OPENSSL_1.0.0' not found (required by ./zm)

An idea?