I'm having this issue when building my package under the kunpeng2 system, the error message is below. What should i do to fix this problem?
Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/curl/libs/curl.so': /home/biocbuild/R/R-4.5.0-devel_2024-11-24/site-library/curl/libs/curl.so: undefined symbol: curl_url_strerror
Hi,
There was a problem with
icu
and because of that the (r)curl library was not installed. The system/OS curl library is one version older than the one that intruducescurl_url_strerror
. The problems have been solved by installing a newer version of icu. The next build report should be OK!Martin