OK people, in order to not pollute the "Library integration" posts any further with my issues in getting LMS to correctly run from GIT I thought I'd create a separate thread. Chronology: - I installed Activestate Perl 5.28 from the site - I executed all steps as detailed in https://forums.slimdevices.com/showthread.php?111442-Online-music-service-integration-how-to-test&p=959644&viewfull=1#post959644 to get the respective repositories cloned and switched to the right branch - This didn't work and Michael provided me with Perl 5.14 - After installing this (and starting from scratch again at step 2) things looked better, meaning I could start LMS, scan a temporary library I've created for this test, install Material Skin, activate & authenticate Spotty, but still no trace of Library integration - Turns out that, even though I do IT for a living, I'd blatantly assumed Perl 5.14 would be all that's needed, but lo and behold, the SSL module was outdated - For good measure I've updated *_ALL_* modules that indicated an upgrade was available and started from scratch again on step 2 - Now I'm just about at step 4 again, with the exception that LMS doesn't want to scan my library anymore, and even with all scanner related logging set to debug the scanner.log stays empty - Running scanner.pl "standalone" from the command line gives me the following Code: -------------------- c:\slimserver>scanner.pl Sub::Name object version 0.15 does not match bootstrap parameter 0.05 at C:/Perl/lib/DynaLoader.pm line 214. Compilation failed in require at C:\slimserver\lib/DBIx/Class/Schema.pm line 10. BEGIN failed--compilation aborted at C:\slimserver\lib/DBIx/Class/Schema.pm line 10. Compilation failed in require at C:/Perl/site/lib/base.pm line 100. ...propagated at C:/Perl/site/lib/base.pm line 109. BEGIN failed--compilation aborted at C:/slimserver/Slim/Schema.pm line 28. Compilation failed in require at C:/slimserver/Slim/Utils/Progress.pm line 14. BEGIN failed--compilation aborted at C:/slimserver/Slim/Utils/Progress.pm line 14. Compilation failed in require at C:/slimserver/Slim/Music/Import.pm line 55. BEGIN failed--compilation aborted at C:/slimserver/Slim/Music/Import.pm line 55. Compilation failed in require at C:\slimserver\scanner.pl line 78. BEGIN failed--compilation aborted at C:\slimserver\scanner.pl line 78. -------------------- - Looking in Dynaloader.pm gives a comment in the order that it's not Dynaloader failing but what's calling Dynaloader - looking at Schema.pm on Line 10 I see a reference to "use Sub::Name ();" - Sub::Name is indeed at version 0.15 according to Perl Package Manager - Downgrading it to 0.05 causes LMS to not start anymore, stating: Code: -------------------- c:\slimserver>slimserver.pl --debug plugin.spotty=info The following modules failed to load: Sub::Name To run from source on Windows, please install ActivePerl 5.14. ActivePerl 5.10.0 is no longer supported. http://downloads.activestate.com/ActivePerl/releases/ Exiting.. -------------------- - Upgrading Sub::Name back to 0.15, resolves this matter, but that's it :( I'm at wits end ... Server.log attached
+-------------------------------------------------------------------+ |Filename: server.txt | |Download: http://forums.slimdevices.com/attachment.php?attachmentid=28959| +-------------------------------------------------------------------+ Main System: Touch; Marantz SR-5004 + TMA Premium 905 + TMA Premium 901 + Teufel Ultima 20 Mk 2 + BK Monolith+ FF + Lenovo T460 + Kodi + Pioneer PDP-LX5090H Workshop: iPad 32GB Wifi + Squeezepad (local playback activated) Wherever needed: Acer Iconia Tab A700 + Squeezeplayer Kitchen: iPhone 5s + iPeng (local playback activated) + NAD 312 + Teufel Ultima 20 Mk 2 Headphone (cozy corner): Lenovo T550 + Squeezelite-X + Cyrus Soundkey + Topping A30 + Focal Elear Car: TBC ... ------------------------------------------------------------------------ bakker_be's Profile: http://forums.slimdevices.com/member.php?userid=30369 View this thread: http://forums.slimdevices.com/showthread.php?t=111457 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
