Error running ./miner -h
Closed this issue · 4 comments
pi@raspberrypi:~ $ ./minerd -h
./minerd: /usr/lib/arm-linux-gnueabihf/libcurl.so.4: version `CURL_OPENSSL_3' not found (required by ./minerd)
Got that error from my Pi Zero W console over SSH. Running latest release of Rasbian
Try running first:
apt install -y libcurl3 libcurl-openssl1.0-dev
Then re-try ./minerd
Closing the issue, if you still have problem feel free to reply.
sudo apt install -y libcurl3 libcurl-openssl1.0-dev
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package libcurl3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
libcurl4
E: Package 'libcurl3' has no installation candidate
E: Unable to locate package libcurl-openssl1.0-dev
E: Couldn't find any package by glob 'libcurl-openssl1.0-dev'
E: Couldn't find any package by regex 'libcurl-openssl1.0-dev'
From your output:
However the following packages replace it:
libcurl4
apt-get install libcurl4 libcurl4-openssl-dev
try that 😄