configure: error: Missing required libcurl dev >= 7.18.2

Error in CentOS


configure: error: Missing required libcurl dev >= 7.18.2
[root@ns4007603 cgminer]# yum install libcurl
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: centos.mirror.nexicom.net
* epel: ftp.osuosl.org
* extras: centos.mirror.nexicom.net
* updates: centos.mirror.nexicom.net
Setting up Install Process
Package libcurl-7.19.7-37.el6_4.x86_64 already installed and latest version
Nothing to do

You have the newer version of libcurl, but it still showing errors.
I guess it need libcurl-devel.

So, it could be solved like this

Solved


yum install curl-devel

Leave a Comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.