The network problem could be much more basic than just LMS. System may be missing required https support for modern communications (e.g. TLS 1.2 at least)
The screenshot shows module IO::Socket::SSL at 1.76. It really needs to be at around v2.066 but this module is reliant on the version of OpenSSL. OpenSSL installed on the system which should be about 1.1. An up to date version of OpenSSL available is dependent on OS on the system. However if you have to update the OS then the version of Perl will likely change as 5.14 is old. So it is possible you'll have to do a string of upgrades/updates to get the system running. First the basics. What OS & version are you running on your Odroid ? What version of OpenSSL ? run "openssl version" command at a shell prompt ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=114470 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
