I'm trying to build ccminer from source, but whenever I do ./configure I run into the following error:
checking for curl-config... /opt/anaconda3/bin/curl-config
checking for the version of libcurl... 7.55.1
checking for libcurl >= version 7.15.2... yes
checking whether libcurl is usable... no
configure: error: Missing required libcurl >= 7.15.2
libcurl 7.55 is clearly detected, and I've tried both: apt install libcurl4-openssl-dev and apt install libcurl4-gnutls-dev so I should have the header files
do you think the problem might have something to do with the fact that it's checking in the anaconda3 directory for the config file?