Hi
New problem suddendly arose on trying to start Digikam:
“error while loading shared libraries: libopenblas.so.0: cannot open shared object file: No such file or directory”
Cant find anything on the web that seems relevant. Any suggestions anyone?
1 Like
Yes, I can confirm this problem.
My workaround was to create the following symlink:
ln -s /usr/lib64/openblas-pthreads/libopenblas.so.0 /usr/lib64/libopenblas.so.0
1 Like
Thankyou susejunky that sorted it
madmat
#5
Had the same issue while building an R-package and your workaround worked like a charm. Cheers for that, @susejunky!
Thanks for the info. Your post saved a lot of time.