WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: MPD - library problem; doesn't recognize  (Read 1013 times)

Offline vinikon

  • Newbie
  • *
  • Posts: 43
MPD - library problem; doesn't recognize
« on: December 23, 2022, 12:06:33 PM »
Hi all,
Core 10.1 kernel4.19.10 run on a system on a Chip SoC - x86 architecture.

When trying to launch MPD throws a "error while loading library ...." no such file or directory.

Any thoughts?
How to rezolve it?
An inspired user of TinyCore...

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: MPD - library problem; doesn't recognize
« Reply #1 on: December 23, 2022, 12:25:59 PM »
Hi vinikon
For starters, maybe you could share actual error message, or at
least exactly which library it can't find.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: MPD - library problem; doesn't recognize
« Reply #2 on: December 23, 2022, 06:49:36 PM »
Hi vinikon
... When trying to launch ...
I'm guessing you are referring to  mpd-minimal.tcz.

I ran a check and found this:
Code: [Select]
One or more dependencies could not be located:

 ******************* Missing libcdio_paranoia.so.0
 ******************* Missing libcdio_cdda.so.0
 ******************* Missing libcdio.so.10

Those libraries are provided by  libcdio-paranoia.tcz  and  libcdio.tcz  which are
included in the  mpd-minimal.tcz.dep  file. Unfortunately, it seems the TC10
versions of those libraries don't match the missing versions.

The required libraries do exist here:
http://tinycorelinux.net/6.x/x86/tcz/libcdio-0.8.tcz

I added  libcdio-0.8.tcz  to the TC10.x repository and updated  libcdio-0.8.tcz.dep
and  mpd-minimal.tcz.dep.

Re-install  mpd-minimal.tcz  and try again.

Offline vinikon

  • Newbie
  • *
  • Posts: 43
Re: MPD - library problem; doesn't recognize
« Reply #3 on: December 24, 2022, 07:39:50 AM »
Thanks a lot for reply. I'll try this and post my results to people who may need it.

Regards!
An inspired user of TinyCore...

Offline vinikon

  • Newbie
  • *
  • Posts: 43
Re: MPD - library problem; doesn't recognize
« Reply #4 on: December 24, 2022, 05:08:08 PM »
It works, all good.
Thanks

Do you know if a WEB front-end for MPD is ported to TinyCore? Something very light like mpd.fm or similar?

Thanks again
An inspired user of TinyCore...

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11178
Re: MPD - library problem; doesn't recognize
« Reply #5 on: December 24, 2022, 05:14:24 PM »
Hi vinikon
Thanks for confirming it works.

... Do you know if a WEB front-end for MPD is ported to TinyCore? ...
Sorry, I don't know.