jeroen / openssl

OpenSSL bindings for R
Other
63 stars 19 forks source link

CentOS7 using R to install clusterProfiler get error about openssl #87

Closed dailing57 closed 3 years ago

dailing57 commented 3 years ago

I've been having an unresolved error when I installed clusterProfiler using R on CentOS7. I have checked the information and some of them say it is the reason for installing the openssl version at the same time, but I have not found a specific solution. ` ** testing if installed package can be loaded from temporary location Error: package or namespace load failed for ‘openssl’ in dyn.load(file, DLLpath = DLLpath, ...): unable to load shared object '/usr/lib64/R/library/00LOCK-openssl/00new/openssl/libs/openssl.so': libssl.so.1.1: cannot open shared object file: No such file or directory Error: loading failed Execution halted ERROR: loading failed

jeroen commented 3 years ago

Can you show your full R package install log please. And also show your:

yum install openssl-devel
yum info openssl-devel
pkg-config --modversion openssl
dailing57 commented 3 years ago

Thank you very much! After doing your instuction, the problem with openssl was solved, but a new problem is encountered: Error in dyn.load(file, DLLpath = DLLpath, ...) : unable to load shared object '/usr/lib64/R/library/xml2/libs/xml2.so': libicui18n.so.58: cannot open shared object file: No such file or directory Calls: <Anonymous> ... asNamespace -> loadNamespace -> library.dynam -> dyn.load Could you please tell me what is the idea of solving this kind of problem? Thank you from the bottom of my heart! Here are the results of the new implementation of BiocManager::install("clusterProfiler")R_info.txt

dailing57 commented 3 years ago

I've solved the problem. Thank you very much!