Bug 1208334 - Library libopenblas.so.0 is missing in /usr/lib64 but it is installed and is in another folder
Summary: Library libopenblas.so.0 is missing in /usr/lib64 but it is installed and is ...
Status: RESOLVED DUPLICATE of bug 1208248
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: Other openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: E-mail List
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-15 17:51 UTC by Nikita Beloglazov
Modified: 2023-02-15 21:39 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Beloglazov 2023-02-15 17:51:47 UTC
The library is present in /usr/lib64/openblas-serial/ but the link 
/usr/lib64/libopenblas.so.0 -> /usr/lib64/nomacs-serial/libopenblas.so.0
is missing

Operating System: openSUSE Tumbleweed 20230214 (latest) x86_64
====

>> nomacs
nomacs: error while loading shared libraries:
libopenblas.so.0: cannot open shared object file: No such file or directory

>> sudo zypper install "libopenblas.so.0()(64bit)"
[sudo] пароль для root: 
Loading repository data...
Reading installed packages...
'libopenblas.so.0()(64bit)' not found in package names. Trying capabilities.
'libopenblas_openmp0' providing 'libopenblas.so.0()(64bit)' is already installed.
'libopenblas_pthreads0' providing 'libopenblas.so.0()(64bit)' is already installed.
'libopenblas_serial0' providing 'libopenblas.so.0()(64bit)' is already installed.
Resolving package dependencies...
Nothing to do.

>> nomacs
nomacs: error while loading shared libraries:
libopenblas.so.0: cannot open shared object file: No such file or directory

>> /usr/lib64/libopenblas.so.0
zsh: no such file or directory: /usr/lib64/libopenblas.so.0

>> ls /usr/lib64/openblas-serial/
30M - libopenblas.so.0

>> LD_PRELOAD=/usr/lib64/openblas-serial/libopenblas.so.0 nomacs
[INFO] Hi there
Comment 1 hui 2023-02-15 21:39:24 UTC
dup

*** This bug has been marked as a duplicate of bug 1208248 ***