Roland0 wrote: > See the howto mentioned in my sig (includes both perl and git, if you > don't want to build the LMS stuff, just ignore this part)
What I did in the end, was build Perl 5.22 like in your manual. (The manual is a few years old, so I changed some lines to reflect newer Perl versions etc.) I installed it in /opt/. (Not OK according to the Debian file hierarchy guidelines, but who cares.) Since I didn't want to interrupt any scripts the .deb had set up (which were working just fine), I decided against building LMS. I symlinked some modules to the new Perl directory: ln -s /usr/share/perl5/Slim/ /opt/perl-5.22.2-LMS/lib/5.22.2/Slim . I then changed the first lines in three files in /usr/sbin: squeezeboxserver, squeezeboxserver_safe and squeezeboxserver-scanner. They linked to the system wide perl binary, but I changed them to: #!/opt/perl-5.22.2-LMS/bin/perl . Then I started LMS using /etc/init.d/logitechmediaserver start. And it worked! Probably really basic stuff for you guys, but a little victory for me. :D Now I just need to remember to not re-install a newer version, because then I'd need to edit the files again. ------------------------------------------------------------------------ willemd's Profile: http://forums.slimdevices.com/member.php?userid=65076 View this thread: http://forums.slimdevices.com/showthread.php?t=104854 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
