Actions
Support #2086
closed
Error when trying to install the curl package in RStudio
Status:
Closed
Priority:
Normal
Assignee:
_InfraScience Systems Engineer
Category:
Application
Start date:
Jan 28, 2016
Due date:
% Done:
100%
Estimated time:
Infrastructure:
Production
Description
I am trying to install the "curl" package in the RStudio d4science plateform. The installation does not work because the libcurl library is not installed on the server.
I get the following error:
------------------------ ANTICONF ERROR ---------------------------
Configuration failed because libcurl was not found. Try installing:
- deb: libcurl4-openssl-dev (Debian, Ubuntu, etc)
- rpm: libcurl-devel (Fedora, CentOS, RHEL)
- csw: libcurl_dev (Solaris) If libcurl is already installed, check that 'pkg-config' is in your PATH and PKG_CONFIG_PATH contains a libcurl.pc file. If pkg-config is unavailable you can set INCLUDE_DIR and LIB_DIR manually via: R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
Would it be possible to install the libcurl package?
Files
Actions