WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

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

Offline mocore

  • Hero Member
  • *****
  • Posts: 633
  • ~.~
pianobar: error while loading shared libraries
« on: April 18, 2019, 01:30:59 PM »
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, 01:33:25 PM by mocore »

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11594
Re: pianobar: error while loading shared libraries
« Reply #1 on: April 18, 2019, 01:34:40 PM »
Hi mocore
Even though you created a link the program still knew it was the incorrect library version.

Offline mocore

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

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

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11594
Re: pianobar: error while loading shared libraries
« Reply #3 on: April 18, 2019, 02:09:11 PM »
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: 14801
Re: pianobar: error while loading shared libraries
« Reply #4 on: April 19, 2019, 02:00:47 AM »
pianobar updated, libao recompiled - thanks for reporting this

Offline mocore

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

Offline mocore

  • Hero Member
  • *****
  • Posts: 633
  • ~.~
Re: pianobar: error while loading shared libraries
« Reply #6 on: April 26, 2019, 06: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 ?