This is a test version of Biostars. For the public version, visit https://www.biostars.org.
R install error

I'd like to install R into our cluster.

So I download R-3.1.1.tar.gz

And then do tar zxvf R-3.1.1.tar.gz

Then I'd like to use the absolute path to start R and then I got an error like this:

$ /home/oasis/gordon-data/NGS-ann-project/apps/bin/R

/home/oasis/gordon-data/NGS-ann-project/apps/R-3.1.1/bin/exec/R: error while loading shared libraries: libgfortran.so.1: cannot open shared object file: No such file or directory

It seems like that the shared libraries are missing..

Any help would be greatly appreciated....

Thanks..

r

Not bioinformatics question, but the solution is probably yum/apt/dnf install gfortran

So I download R-3.1.1.tar.gz And then do tar zxvf R-3.1.1.tar.gz

Did you run the following too?

./configure
make
sudo make install

Hello jolin0701-dy!

We believe that this post does not fit the main topic of this site.

Not a bioinformatics question. Search the error online, that is a much faster approach.

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

Hello jolin0701-dy!

We believe that this post does not fit the main topic of this site.

Not a bioinformatics question.

For this reason we have closed your question. This allows us to keep the site focused on the topics that the community can help with.

If you disagree please tell us why in a reply below, we'll be happy to talk about it.

Cheers!

0 answers

No answers yet.

Log in to answer this question.