-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libmkl_core.so: cannot open shared object file: No such file or directory #16
Comments
This sounds a lot like arrayfire/arrayfire#2372. Does it help to add the |
The error messages are different, though. What is the output of these commands? ldconfig --print-cache | grep libaf
ldconfig --print-cache | grep libmkl
ldd </path/to/libaf.so> |
Thank you for quick answers! Commands
print nothing. The last one, i.e:
gives me following output:
|
Originally you mentioned ArrayFire-v3.6.4_Linux_x86_64.sh, which installs a pre-compiled binary. Are you still using that? Anyway, |
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:
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:
I hope I'll be able to install this great project on my machine 😎
The text was updated successfully, but these errors were encountered: