mimblewimble / grin-miner

Standalone miner for grin
Apache License 2.0
296 stars 153 forks source link

Error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory #258

Closed mrschaeffer2018 closed 3 years ago

mrschaeffer2018 commented 3 years ago

When i try to run the miner says: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory I have cuda 9.0 i can't upgrade and ubuntu 16.04 how can i solve this issue? thanks.

quentinlesceller commented 3 years ago

You need libssl-dev installed. That should fix the issue.

mrschaeffer2018 commented 3 years ago

i have libssl-dev installed but i'm only able to get the 1.0 not the 1.1 version and i can't upgrade the hole system just to get a 1.1 version, there is no other way? I'm in cuda 9.0.

quentinlesceller commented 3 years ago

Did you compile the miner from sources?