Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started 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?
-
Hi vinikon
For starters, maybe you could share actual error message, or at
least exactly which library it can't find.
-
Hi vinikon
... When trying to launch ...
I'm guessing you are referring to mpd-minimal.tcz.
I ran a check and found this:
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.
-
Thanks a lot for reply. I'll try this and post my results to people who may need it.
Regards!
-
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
-
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.