Skip to content

R 3.4.3 is released

2 messages · Göran Broström

#
Thanks: I installed from source and got an error when loading a package:

--------------------------------------------------------------------
 > library(eha)
Loading required package: survival
Error: package or namespace load failed for ?eha? in dyn.load(file, 
DLLpath = DLLpath, ...):
  unable to load shared object 
'/usr/local/lib/R/site-library/eha/libs/eha.so':
   /usr/lib/x86_64-linux-gnu/libblas.so.3: undefined symbol: sgemv_thread_n
--------------------------------------------------------------------

Never seen this one before...

I'm on Ubuntu artful, and upgraded with 'apt'. Then

----------------------------------------------------------------
goran at M6800:~/src/R-3.4.3$ /usr/bin/R
/usr/lib/R/bin/exec/R: symbol lookup error: 
/usr/lib/x86_64-linux-gnu/libblas.so.3: undefined symbol: sgemv_thread_n
----------------------------------------------------------------

What can I do?

G?ran Brostr?m
On 2017-11-30 10:56, Peter Dalgaard wrote:
#
Removing libopenblas-dev and libopenblas-base solved my problem.

G?ran
On 2017-12-01 18:51, G?ran Brostr?m wrote: