Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

ERROR: Unable to install RCurl package. Cannot find curl-config.


View products that this article applies to.

Problem

The following error occurs when installing RCurl package in a RedHat Linux environment:
checking for curl-config... no 
Cannot find curl-config 
ERROR: configuration failed for package RCurl

↑ Back to the top


Solution

This error pertains to a missing rpm package called libcurl. To verify if you have it installed on your environment, please use the following command:
rpm -qa | grep -i libcurl

There should be two packages showing on the output. If one or none of this packages are present, just use yum to install it:
yum install libcurlyum install libcurl-devel
yum install libcurl-devel

↑ Back to the top


Keywords: kb

↑ Back to the top

Article Info
Article ID : 3103810
Revision : 1
Created on : 1/7/2017
Published on : 11/1/2015
Exists online : False
Views : 71