bpa wrote: > You can use perlbrew to help admin of multiple Perl versions.
I'd advise against using perlbrew for this use case. > perlbrew is a tool to manage multiple perl installations in your $HOME > directory. In this case, there is only a single perl installation (the system perl will be untouched in any case), nothing to manage, and no usable $HOME (as the LMS user is non-interactive and has no $HOME). Basically, you add a layer of complexity without any benefit. Just download the perl sources from 'here' (http://www.cpan.org/src/README.html), untar, cd perl-x.y.z, run the configuration, install: Code: -------------------- ./Configure -des -Dprefix=/opt/perl-5.24.3-LMS -Dusethreads make test sudo make install-strip -------------------- and use /opt/perl-5.24.3-LMS/bin/perl for LMS SW: extGUI4LMS - new web UI: 'forum' (http://forums.slimdevices.com/showthread.php?98186-Announce-Alternative-Web-Interface-(beta)) / 'homepage' (https://www.nexus0.net/pub/sw/extgui4lms/) | 'LMSlib2go' (http://forums.slimdevices.com/showthread.php?107704-Announce-LMSlib2go-library-information-on-mobile-devices) | 'music visualizer' (http://forums.slimdevices.com/showthread.php?103073-Announce-music-visualizer-for-squeezelite) for squeezelite HowTos: 'build a self-contained LMS' (http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS) | 'Ogg Opus support' (http://forums.slimdevices.com/showthread.php?107011-Howto-play-Ogg-Opus-files) | 'Bluetooth with ALSA' (http://forums.slimdevices.com/showthread.php?107230-Howto-Bluetooth-streaming-to-from-LMS-(ALSA-only-no-PulseAudio)) | ' update bundled perl modules' (http://forums.slimdevices.com/showthread.php?107040-Howto-update-perl-modules-bundled-with-LMS) ------------------------------------------------------------------------ Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808 View this thread: http://forums.slimdevices.com/showthread.php?t=107609 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
