WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: pianobar: error while loading shared libraries  (Read 2277 times)

Offline mocore

  • Hero Member
  • *****
  • Posts: 506
  • ~.~
pianobar: error while loading shared libraries
« 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
« Last Edit: April 18, 2019, 10:33:25 AM by mocore »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: pianobar: error while loading shared libraries
« Reply #1 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.

Offline mocore

  • Hero Member
  • *****
  • Posts: 506
  • ~.~
Re: pianobar: error while loading shared libraries
« Reply #2 on: April 18, 2019, 10:52:31 AM »

hi rich , idk ? apparently ... i would presume *something* requires updating !?
 

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: pianobar: error while loading shared libraries
« Reply #3 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.

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: pianobar: error while loading shared libraries
« Reply #4 on: April 18, 2019, 11:00:47 PM »
pianobar updated, libao recompiled - thanks for reporting this

Offline mocore

  • Hero Member
  • *****
  • Posts: 506
  • ~.~
Re: pianobar: error while loading shared libraries
« Reply #5 on: April 20, 2019, 03:07:25 AM »
no problem.., thanks the update/fix!

Offline mocore

  • Hero Member
  • *****
  • Posts: 506
  • ~.~
Re: pianobar: error while loading shared libraries
« Reply #6 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 ?