Digikam error: ibopenblas.so.0

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

There is a bug report:

https://bugzilla.opensuse.org/show_bug.cgi?id=1208248

Thankyou susejunky that sorted it

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.