I use the conda update the R language and then I require packages but there is a error.
> unable to load shared object
> '/home/slee_pkuhpc/lustre1/test/software/miniconda2/lib/R/modules//internet.so':
> libssl.so.1.0.0: cannot open shared object file: No such file or
> directory
I Googled the question but I did not find a fix. I do not have the root authority and do not change something.
So any advice is helpful.
Thanks.
HI Francis,
I think that the category tool is for announcing tools that you are making available, not for asking questions regarding tools (everybody is asking questions regarding a bioinformatics tool, more or less!)
Not having root permission complicates things. Looks like you have some problems with ssl libraries. Try to give a looke here: https://askubuntu.com/questions/339364/libssl-so-10-cannot-open-shared-object-file-no-such-file-or-directory. One idea could be to also include the ssl libraries in the conda environment you are building for R, but I am not very expert on this.
Another option could be to see if you manage to install R without root permission: try to see if these posts help:
https://unix.stackexchange.com/questions/149451/install-r-in-my-own-directory
https://community.rstudio.com/t/installing-other-version-of-r-without-root-access-and-working-on-rstudio-server/5275/5
Ok, Devon already solved the problem... Thanks Devon, I might need this trick!!!
This is biting everyone at the moment, unfortunately :(
I am sorry about the category and thanks for your advice. I learn something from this links, thank you.