I had problems to start the server with the newest update:
The following CPAN modules were found but cannot work with Lyrion Music Server:
Image::Scale (loaded 0.14, need 0.08)
To fix this problem you have several options:
1. Install the latest version of the module(s) using CPAN: sudo cpan Some::Module
2. Update the module's package using apt-get, yum, etc.
3. Run the .tar.gz version of Lyrion Music Server which includes all required CPAN modules.
After digging deep down the rabbithole I could solve the issue by compiling the Perl Module Image::Scale without the lmvec flag:
make LDDLFLAGS="-shared -lmvec"
I hope this helps if someone also struggles with the same problem.
Pinned Comments
FabioLolix commented on 2025-08-11 13:25 (UTC)
The pkgbuild is maintained at https://github.com/FabioLolix/PKGBUILD
FabioLolix commented on 2025-08-11 13:25 (UTC)
Currently broken https://github.com/LMS-Community/Audio-Scan/issues/8