Just in case my experience help some others.
I'm running on Debian Sid (testing) / Perl 5.22, my LMS (7.9) stopped
working after the perl upgrade from 5.20 to 5.22.
I followed the wonderful instructions from the 1st page of this post
(thanks Roland0) but still had an error when starting LMS:
Code:
--------------------
The following modules failed to load: DBI JSON::XS
--------------------
After some investigation I found out that I was missing the perl sources
modules (.pm) matching the compiled ones (.so).
Pick one of the two options below depending on what you're trying to
achieve:
To install perl sources modules (.pm) to the custom LMS instance you've
just installed in /opt do (Ajust perl version number, system
architecture and path of your LMS server):
Code:
--------------------
cp -r build/5.20/lib/perl5/x86_64-linux-thread-multi/
/opt/logitechmediaserver-7.9.0-1453223721-noCPAN/CPAN/arch/5.20
--------------------
To install perl sources modules (.pm) to the the LMS package on your
system (Ajust perl version number and system architecture):
Code:
--------------------
sudo cp -r build/5.22/lib/perl5/i586-linux-gnu-thread-multi-64int/
/usr/share/squeezeboxserver/CPAN/arch/5.22
--------------------
strace has been very helpful to diagnose that for me ;)
------------------------------------------------------------------------
JiMPO's Profile: http://forums.slimdevices.com/member.php?userid=52605
View this thread: http://forums.slimdevices.com/showthread.php?t=99648
_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix