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* What's happening? Can anyone help me? Thank you -- Cassiano Sousa Rosa Universidade Federal de Viçosa -UFV Dept. Biologia Animal Pós-graduação em Entomologia Lab. Termitologia Viçosa-MG, Brazil CEP 36570-000 Tel: (31) 38994017 (31) 97972730 [[alternative HTML version deleted]]
Try to use: sudo R best regards. 2010/2/26 Cassiano <cassianosr at gmail.com>:> 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* > > What's happening? > Can anyone help me? > > Thank you > > -- > Cassiano Sousa Rosa > Universidade Federal de Vi?osa -UFV > Dept. Biologia Animal > P?s-gradua??o em Entomologia > Lab. Termitologia > Vi?osa-MG, Brazil > CEP 36570-000 > Tel: (31) 38994017 > (31) 97972730 > > ? ? ? ?[[alternative HTML version deleted]] > > > ______________________________________________ > R-help at 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. > >-- ----------------------------------------------------- Dr. Alberto Goldoni Bologna, Italy
same error... -- View this message in context: http://n4.nabble.com/Boot-R-tp1570427p1570441.html Sent from the R help mailing list archive at Nabble.com.
Really, I had ubuntu 9.04 with R normal, so I did upgrade to ubuntu 9.10 then R not run. After this I remove and reinstall the R by way of synaptic, but the error continue. -- View this message in context: http://n4.nabble.com/Boot-R-tp1570427p1570550.html Sent from the R help mailing list archive at Nabble.com.
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 at 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