Skip to content
Oink edited this page Sep 16, 2023 · 1 revision

Solutions to common errors

Problem:

I'm running Ubuntu on my device and get this error:

/ccminer-3.8.3-4_ARM: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

Solution:

wget http://ports.ubuntu.com/pool/main/o/openssl/libssl1.1_1.1.0g-2ubuntu4_arm64.deb
sudo dpkg -i libssl1.1_1.1.0g-2ubuntu4_arm64.deb
rm libssl1.1_1.1.0g-2ubuntu4_arm64.deb
Clone this wiki locally