Tiny Core Linux

Tiny Core Extensions => TCE Corepure64 => Topic started by: mocore on April 18, 2019, 10:30:59 AM

Title: pianobar: error while loading shared libraries
Post by: mocore on April 18, 2019, 10:30:59 AM
hi again !

just testing pianobar...

Quote
: error while loading shared libraries: libx265.so.68: cannot open shared object file: No such file or directory

x265.tcz has files 
Quote
/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
Quote
 
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
Title: Re: pianobar: error while loading shared libraries
Post by: Rich on April 18, 2019, 10:34:40 AM
Hi mocore
Even though you created a link the program still knew it was the incorrect library version.
Title: Re: pianobar: error while loading shared libraries
Post by: mocore on April 18, 2019, 10:52:31 AM

hi rich , idk ? apparently ... i would presume *something* requires updating !?
 
Title: Re: pianobar: error while loading shared libraries
Post by: Rich on April 18, 2019, 11:09:11 AM
Hi mocore
It's a dependency of  libavcodec.tcz.  x265.tcz  was updated after  libavcodec.tcz  which probably broke it.
Title: Re: pianobar: error while loading shared libraries
Post by: Juanito on April 18, 2019, 11:00:47 PM
pianobar updated, libao recompiled - thanks for reporting this
Title: Re: pianobar: error while loading shared libraries
Post by: mocore on April 20, 2019, 03:07:25 AM
no problem.., thanks the update/fix!
Title: Re: pianobar: error while loading shared libraries
Post by: mocore on April 26, 2019, 03:21:12 PM
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 ?