andru-kun / wildrig-multi

multi algo miner for AMD, NVIDIA and Intel gpu's
251 stars 51 forks source link

issue with miner in ubuntu #142

Open dragonfly62 opened 2 years ago

dragonfly62 commented 2 years ago

here is the messge I got when running the miner ./wildrig in ubuntu " error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory "

ahorek commented 2 years ago

yes, these libraries (libssl and libcrypto 1.1) are no longer available in public repositories, but it's still possible to install them manually.

it would be great if the miner could support openssl 3 out of the box. https://discord.com/channels/484987277596950538/484987277596950540/983000010926985276

dragonfly62 commented 2 years ago

it does not look trivial to me , how would you do that?

ahorek commented 2 years ago

https://www.youtube.com/watch?v=YuJPpCfuSJ0 or https://linuxpip.org/install-openssl-linux/ should do the trick

dragonfly62 commented 2 years ago

thank you that made the trick