1uke_ wrote: > > To solve this, can you tell me is it possible for me to install perl > 5.26 on my current system? > It is. However, as noted above, unless you are really sure your CPU can't handle 64 bit (check with the lscpu command), I'd recommend switching to a 64 bit OS, as LMS will work out of the box.
To install perl 5,26, follow 'this howto' (https://www.nexus0.net/pub/documents/LMS/lms-build/#a-short-guide-to-building-lms) (the "Build perl" section) Change the Configure command to; Code: -------------------- ./Configure -des -Dprefix=/opt/perl-5.26.3-LMS -Dusethreads -Duse64bitint -Darchname='i386-linux' -------------------- and adjust all following perl paths to /opt/perl-5.26.3-LMS/bin/perl ( I'm a bit unsure if it's i386-linux or i686-linux - let's try this first) If you are done, post the output of running /opt/perl-5.26.3-LMS/bin/perl -V > > If I can get perl 5.26 installed on my system can I then run the .deb > file to get logitech media server running? > Most likely 'Various SW' (https://www.nexus0.net/pub/sw/): Web Interface | Playlist Editor / Generator | Music Classification | Similar Music | Announce | EventTrigger | LMSlib2go | ... 'Various HowTos' (https://www.nexus0.net/pub/documents/LMS/): build a self-contained LMS | Bluetooth/ALSA | Control LMS with any device | ... ------------------------------------------------------------------------ Roland0's Profile: http://forums.slimdevices.com/member.php?userid=56808 View this thread: http://forums.slimdevices.com/showthread.php?t=111348 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
