The fact that there are multiple installs for various CPUs gives away that the installation contains components that are linked to binary libraries. The trouble here is that Perl marks these binary libraries with its own version and so these must be rebuilt for every new version of Perl.
What further adds to your problem is that LMS has been created as a stand-alone installation, although it does require Perl to be already present on the system. This causes the solution to be rather complex whichever of the two available routes you would want to take, being to compile the missing modules yourself from the 'slimserver-vendor' (https://github.com/Logitech/slimserver-vendor) sources, or to use the system provided packages for the missing modules. The latter option being complicated by possibly not every missing module being available through the package manager (likely candidates MP3::Cut::Gapless and Audio::Scan) but also version conflicts due to modules existing both in your system Perl path and in the LMS directory. ------------------------------------------------------------------------ gordonb3's Profile: http://forums.slimdevices.com/member.php?userid=71050 View this thread: http://forums.slimdevices.com/showthread.php?t=116204 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
