https://bugs.winehq.org/show_bug.cgi?id=44470
Bug ID: 44470 Summary: libmpg123.so.0: cannot open shared object file Product: Wine Version: 3.1 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: loader Assignee: wine-bugs@winehq.org Reporter: bghome@gmail.com Distribution: ---
Created attachment 60411 --> https://bugs.winehq.org/attachment.cgi?id=60411 Console output of winecfg
When I run winecfg, it get an error saying that libmpg123.so.0 cannot be loaded (see attached log for the full message). Fortunately winecfg works well despite of this error.
I have checked the file exists and readable by users: $ file /usr/lib/libmpg123.so.0 /usr/lib/libmpg123.so.0: symbolic link to libmpg123.so.0.44.7
$ file /usr/lib/libmpg123.so.0.44.7 /usr/lib/libmpg123.so.0.44.7: ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=037a06d675c5ddd57e1e9872ab589c8be6b00d15, stripped
$ ls -l /usr/lib/libmpg123.so.0.44.7 -rwxr-xr-x 1 root root 322624 Dec 25 10:54 /usr/lib/libmpg123.so.0.44.7
What could be the problem then?