Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

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

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

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×