[R] upgrade to 2.15.2 can't load stats package

2012-12-07 Thread Jake Burkhead
today i upgraded from 2.12 to 2.15.2 on ubuntu 12.04 and now i get this
message whenever i try to start R.

Error in dyn.load(file, DLLpath = DLLpath, ...) :
  unable to load shared object '/usr/lib/R/library/stats/libs/stats.so':
  /usr/lib/liblapack.so.3gf: undefined symbol: ATL_chemv


any suggestions as to how to fix this?

[[alternative HTML version deleted]]

__
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.


Re: [R] upgrade to 2.15.2 can't load stats package

2012-12-07 Thread David Winsemius


On Dec 7, 2012, at 10:21 AM, Jake Burkhead wrote:

today i upgraded from 2.12 to 2.15.2 on ubuntu 12.04 and now i get  
this

message whenever i try to start R.

Error in dyn.load(file, DLLpath = DLLpath, ...) :
 unable to load shared object '/usr/lib/R/library/stats/libs/ 
stats.so':

 /usr/lib/liblapack.so.3gf: undefined symbol: ATL_chemv


any suggestions as to how to fix this?

[[alternative HTML version deleted]]


I think this was cross-posted to SO and there is an accepted answer  
there. If that is so it would ahve been courteous to post a SOLVED  
message here. Crossposting to SO and Rhelp in the same day is  
deprecated (at least in Rhelp).


--

David Winsemius, MD
Alameda, CA, USA

__
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.