rcpparrayfire icon indicating copy to clipboard operation
rcpparrayfire copied to clipboard

libmkl_core.so: cannot open shared object file: No such file or directory

Open krzjoa opened this issue 4 years ago • 4 comments

I installed ArrayFire via ArrayFire-v3.6.4_Linux_x86_64.sh script downloaded from the ArrayFire site. Then, I have tried to pass through RcppArrayFire installation procedure. Unfortunately, it fails with the following communicate:

** testing if installed package can be loaded from temporary location Error: package or namespace load failed for ‘RcppArrayFire’ in dyn.load(file, DLLpath = DLLpath, ...): cannot open shared object file '/home/krzysztof/R/x86_64-pc-linux-gnu-library/3.6/00LOCK-RcppArrayFire/00new/RcppArrayFire/libs/RcppArrayFire.so': libmkl_core.so: cannot open shared object file: No such file or directory

I saw a previous issue which seemed to be similar at glance, but it did't give my relevant answer to my question.

The environment I use looks like this:

R version 3.6.1 (2019-07-05)
Platform: x86_64-pc-linux-gnu (64-bit)
Running under: Ubuntu 18.04.2 LTS

Matrix products: default
BLAS:   /usr/local/lib/R/lib/libRblas.so
LAPACK: /usr/local/lib/R/lib/libRlapack.so

locale:
 [1] LC_CTYPE=pl_PL.UTF-8       LC_NUMERIC=C               LC_TIME=pl_PL.UTF-8        LC_COLLATE=pl_PL.UTF-8    
 [5] LC_MONETARY=pl_PL.UTF-8    LC_MESSAGES=pl_PL.UTF-8    LC_PAPER=pl_PL.UTF-8       LC_NAME=C                 
 [9] LC_ADDRESS=C               LC_TELEPHONE=C             LC_MEASUREMENT=pl_PL.UTF-8 LC_IDENTIFICATION=C       

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base     

loaded via a namespace (and not attached):
[1] drat_0.1.5     compiler_3.6.1 tools_3.6.1   

I hope I'll be able to install this great project on my machine :sunglasses:

krzjoa avatar Dec 11 '19 18:12 krzjoa