[mpg123-users] [bug?] error while loading shared libraries: libmpg123.so.0
Brought to you by:
sobukus
|
From: Ricardo A. <ric...@gm...> - 2016-12-03 17:27:29
|
Hi. I had mpg123 running on my previous systems, flawlessly. Configure, make, make install, done! I recently upgraded from Linux openSuse 13.1 (32bits) to 42.2 (64bits). It still compiles and installs without any complain, that I notice. But running mpg123, results in a error: # mpg123 04_Horse.mp3 mpg123: error while loading shared libraries: libmpg123.so.0: cannot open shared object file: No such file or directory That library is at /usr/local/lib64. Moving that, and the whole bunch of them (libmpg123.la, libmpg123.so, libmpg123.so.0, libmpg123.so.0.42.2, libout123.la, libout123.so, libout123.so.0, libout123.so.0.1.4, and the folder pkgconfig) to /usr/local/lib, the location on the 32bits system, solves the problem. Looks like a mismatch between code (always lib) and installation (using lib or lib64) Used version 1.23.6 and 1.23.8 (latest) with the same result. Tks Ricardo André (hailing from Portugal) PS: In case you are wondering, there are only 2 openSuse versions in between 13.1 and 42.2 (13.2 and 42.1) I have not skipped 30 versions :-) |