macchky / cpuminer

CPU miner for BitZeny and Litecoin and Bitcoin
https://bitcointalk.org/index.php?topic=55038.0
Other
79 stars 11 forks source link

libcurl issue #3

Closed muszar closed 6 years ago

muszar commented 6 years ago

checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.47.0 checking for libcurl >= version 7.15.2... yes checking whether libcurl is usable... no configure: error: Missing required libcurl >= 7.15.2

the libcurl is already installed: curl is already the newest version (7.47.0-1ubuntu2.5). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

macchky commented 6 years ago

Install libcurl4-openssl-dev

Or use prebuild binary https://github.com/macchky/cpuminer/releases/tag/v2.6.0

muszar commented 6 years ago

already installed root@Ubuntu-1604-xenial-64-minimal ~ # apt-get install libcurl4-openssl-dev Reading package lists... Done Building dependency tree Reading state information... Done libcurl4-openssl-dev is already the newest version (7.47.0-1ubuntu2.5). 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

macchky commented 6 years ago

Try Reboot or reLogin

muszar commented 6 years ago

Same problem even after a reboot of the server: checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.47.0 checking for libcurl >= version 7.15.2... yes checking whether libcurl is usable... no configure: error: Missing required libcurl >= 7.15.2

macchky commented 6 years ago

re run ./autogen.sh

muszar commented 6 years ago

same issue: checking for curl-config... /usr/bin/curl-config checking for the version of libcurl... 7.47.0 checking for libcurl >= version 7.15.2... yes checking whether libcurl is usable... no configure: error: Missing required libcurl >= 7.15.2

macchky commented 6 years ago

hmm But It's not cpuminer issue, so google it

muszar commented 6 years ago

all was OK with the old version that I deployed on 4 servers. Since the last modification impossible to resolve the issue.

macchky commented 6 years ago

git pull!