Tiny Core Linux
Tiny Core Extensions => TCE Corepure64 => Topic started by: mocore on April 18, 2019, 01:30:59 PM
-
hi again !
just testing pianobar...
: error while loading shared libraries: libx265.so.68: cannot open shared object file: No such file or directory
x265.tcz has files
/usr/local/lib/libx265.so
/usr/local/lib/libx265.so.165
sudo ln /usr/local/lib/libx265.so.165 /usr/local/lib/libx265.so.68 :-\
pianobar --help
ERROR: Failed to load plugin /usr/local/lib/ao/plugins-4/libpulse.so => dlopen() failed
pianobar: symbol lookup error: /usr/local/lib/libavcodec.so.56: undefined symbol: x265_api_get_68
?? ...didnt see any thing that appeared recent or relevant to 86_64 searching on forum
-
Hi mocore
Even though you created a link the program still knew it was the incorrect library version.
-
hi rich , idk ? apparently ... i would presume *something* requires updating !?
-
Hi mocore
It's a dependency of libavcodec.tcz. x265.tcz was updated after libavcodec.tcz which probably broke it.
-
pianobar updated, libao recompiled - thanks for reporting this
-
no problem.., thanks the update/fix!
-
Hi mocore
It's a dependency of libavcodec.tcz. x265.tcz was updated after libavcodec.tcz which probably broke it.
could this project , https://github.com/clearlinux/abireport - "Tool to create ABI reports from ELF binaries in packaging "
be of any use in catching that sort of problem ?