Cassiano wrote:
Hello,
This is my first post, and my english is not very good, but I will try...
I have a problem with boot the R. After that I install ubuntu 9.10 the R
don't run. When I open the terminal and digit R, appear the message:
*/usr/lib/R/bin/exec/R: error while loading shared libraries:
libgfortran.so.3: cannot open shared object file: No such file or directory*
Hi,
R tries to find libgfortran.so.3, which it cannot find. Either it's not
on your computer, or it's the wrong version. Check if it is installed:
dpkg -l | grep libgfortran
If this last command does not return anything, you need to install using:
sudo apt-get update
sudo apt-get install libgfortran3
probably it is not installed by default and this will solve the problem.
cheers,
Paul
What's happening?
Can anyone help me?
Thank you
------------------------------------------------------------------------
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.
--
Drs. Paul Hiemstra
Department of Physical Geography
Faculty of Geosciences
University of Utrecht
Heidelberglaan 2
P.O. Box 80.115
3508 TC Utrecht
Phone: +3130 274 3113 Mon-Tue
Phone: +3130 253 5773 Wed-Fri
http://intamap.geo.uu.nl/~paul
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.