Post
Topic
Board Mining (Altcoins)
Re: [ANN] cudaMiner & ccMiner CUDA based mining applications [Windows/Linux/MacOSX]
by
squadbox
on 22/09/2014, 23:32:02 UTC
Hi first of all thanks for your great work here !
I'm having a little problem while configuring your tool.

I used this guide: https://litecointalk.org/index.php?topic=3231.0
Everything worked for me until i try to ./configure .

It says my libcurl is outdated :
 
checking for curl-config... no
checking whether libcurl is usable... no
configure: error: Missing required libcurl >= 7.15.2


I searched myself but only find an OSX solution but im on linux(debian) which even with changed paths didn't work.

http://stackoverflow.com/questions/16246352/how-do-i-specify-ldflags-and-cppflags-for-configure

So do you have any idea how to fix that problem ?

Regards Phil

Running,
Code:
sudo apt-get install libcurl4-openssl-dev
should fix it.

BTW, I've found that getting CUDA and display drivers working on debian is a pain.  That's why I switched to ubuntu server.  I even wrote a guide.
https://gist.github.com/zcshiner/4b32980792d367222304