[R] where is library file

Casey,Richard Richard.Casey at ColoState.EDU
Thu Nov 15 22:23:42 CET 2007


Thanks Brian.  I installed libf2c for the x86_64 server, and then R and Bioconductor both installed without error, so apparently it was missing the library files.  Back in business.

--------------------------------------------
Richard Casey, PhD
Rocky Mountain Regional Center of Excellence
   for Biodefense
CSU Center for Bioinformatics
Colorado State University
Ft. Collins, CO   80523
Ph:  970-491-8568
Cell: 970-980-5975
Email: richard.casey at colostate.edu
RMRCE: www.cvmbs.colostate.edu/mip/rmrce
CBC: www.bioinformatics.colostate.edu


-----Original Message-----
From: Prof Brian Ripley [mailto:ripley at stats.ox.ac.uk]
Sent: Wednesday, November 14, 2007 2:02 PM
To: Casey,Richard
Cc: r-help at r-project.org
Subject: Re: [R] where is library file

On Wed, 14 Nov 2007, Casey,Richard wrote:

> While trying to install R on 64-bit HP Proliant and RedHat Enterprise
> Linux v.4 using R-2.6.0-3.rh4.x86_64.rpm, it says:
>
> Failed dependencies: libg2c.so.0()(64bit) is needed by R
>
> Does anyone know where to get libg2c.so or the rpm to install it?

libg2c is the runtime library for g77, the fortran compiler for gcc 3.x.

Loooking at the R spec file, this is likely to be in gcc-g77 (or a
dependency of that), and that is a dependency of the R-devel RPM.  Have
you tried installing the latter: you will need it to install packages
later?

Googling got me to

http://www.redhat.com/archives/nahant-list/2007-April/msg00049.html

which suggests that you need the libf2c RPM on RHEL4.

--
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list