Last updated on November 29th, 2013 at 09:54 am
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