Skip to content
Prev 1835 / 3656 Next

Error installing libraries (eg RODBC) on R-2.15.0 : cannot find 'config.log'

On 04/18/2012 12:24 PM, Wolfgang Raffelsberger wrote:
Wolfgang,

For the Ubuntu box, I would start by using my R PPA found here:

https://launchpad.net/~marutter/+archive/rrutter

I would also suggest using apt and/or synaptic to install as many 
packages as possible from the repositories (sudo apt-get install 
r-cran-rodbc, for example).

The error you received indicates to me you do not have any development 
packages or a c++ complier installed.  Have you installed "r-base-dev"? 
  That should install the needed compilers.

Michael