Sorry, forgot to post the instructions.....
The only dependency should be the compiletc.tcz extension.
I see you have a disk mounted at /mnt/sdb1. Its going to be important that the disk is always mounted this way, as we are going to install a persistent perl to the drive, and once configured and installed you won't be able to change it. (Without rebuilding perl)
-make a source directory there....../mnt/sdb1/source
-get perl 5.26.3 from
https://www.cpan.org/src/README.html-extract the source
-configure the perl with the following
./Configure -des -Dprefix=/mnt/sdb1/perl5.26 -Duseshrplib -Dusethreads -Duse64bitint -Darchname=i386-linux-thread-multi-64int
-once configured, run make
-then make install
From here, you just need to make sure you use this version of perl to start LMS, if all your using is LMS on this system, then just remove the perl extension, and add /mnt/sdb1/perl5.26/bin to your path.....
You also may need to install some extra perl libraries to your system, especially if you are using https based streaming services. One common one is IO::Socket::SSL
You can use cpan to install them