I'm trying to install curl
(as sudoer), but I get this error.
> install.packages("curl", lib = .Library)
...
/usr/lib64/gcc/x86_64-suse-linux/4.8/../../../../x86_64-suse-linux/bin/ld: cannot find -lcurl
collect2: error: ld returned 1 exit status
/usr/lib64/R/share/make/shlib.mk:6: recipe for target 'curl.so' failed
make: *** [curl.so] Error 1
ERROR: compilation failed for package ‘curl’
* removing ‘/usr/lib64/R/library/curl’
...
I'm working with a SUSE SLE 12.4
> cat /etc/SuSE-release
SUSE Linux Enterprise Server 12 (x86_64)
VERSION = 12
PATCHLEVEL = 4
Seems like it doesn't find ld
If you need other information, I would be more than happy to provide them.