ERROR: configuration failed for package 'RCurl'
locate libcurl
and see
if it returns something like libcurl.so in the lines it
emits. Alternatively, do
locate curl-config
and see if it is present.
If libcurl is not installed, use your binary package manager
to install the curl-dev package. This is different from
the curl package which is the command-line tool
for using curl to download files. We need the "linkable" library.
CURLOPT_HTTPAUTH
not being defined when the C code is being compiled.
What's the problem?
url.c: In function `RCurlVersionInfoToR': curl.c:613: structure has no member named `libidn' curl.c:613: structure has no member named `libidn'
http://www.omegahat.org/RCurlto
http://www.omegahat.org/RCurl/That works for me.
curl-config --featureIf ssl doesn't appear there, you don't have support for it. You should reinstall curl, having first installed SSL (e.g. openssl).