Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: vinikon on December 23, 2022, 03:06:33 PM

Title: MPD - library problem; doesn't recognize
Post by: vinikon on December 23, 2022, 03: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?
Title: Re: MPD - library problem; doesn't recognize
Post by: Rich on December 23, 2022, 03:25:59 PM
Hi vinikon
For starters, maybe you could share actual error message, or at
least exactly which library it can't find.
Title: Re: MPD - library problem; doesn't recognize
Post by: Rich on December 23, 2022, 09: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.
Title: Re: MPD - library problem; doesn't recognize
Post by: vinikon on December 24, 2022, 10:39:50 AM
Thanks a lot for reply. I'll try this and post my results to people who may need it.

Regards!
Title: Re: MPD - library problem; doesn't recognize
Post by: vinikon on December 24, 2022, 08: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
Title: Re: MPD - library problem; doesn't recognize
Post by: Rich on December 24, 2022, 08: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.