Lestrad wrote: > Thanks! Actually my Perl version is 5.30.2, and LMS version is 7.9.2. > But if you can give me an idea of how to downgrade Perl, I'll try it if > the solutions I suggested to Roland don't work.
The easiest way to install a different perl version is to 1) Download the perl source, from this page.....pick a version. https://www.cpan.org/src/README.html 2) Extract the source, and enter that directory. 3) Configure and build the source.....note the prefix is where we are going to install the alternative perl......also for arch name, you need to use one that matches your system....for example you are using a 32bit arm, so your archname is "arm-linux-gnueabihf-thread-multi-64int" Code: -------------------- ./Configure -des -Dprefix=/opt/perl-5.26 -Dusethreads -Duselargefiles -Dusemultiplicity -Darchname=arm-linux-gnueabihf-thread-multi-64int -------------------- 4) Build and install the new perl. 5) Make sure the two lms perl scripts (slimserver.pl and scanner.pl) point to the new perl. piCorePlayer a small player for the Raspberry Pi in RAM. Homepage: https://www.picoreplayer.org Please 'donate' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=U7JHY5WYHCNRU&lc=GB¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted) if you like the piCorePlayer ------------------------------------------------------------------------ paul-'s Profile: http://forums.slimdevices.com/member.php?userid=58858 View this thread: http://forums.slimdevices.com/showthread.php?t=112192 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
