Pavel99 wrote: > Oki, that's what I was (slowly) starting to understand. > > Few questions: > > 1- I guess there is a good reason for that, but cannot figure it out. So > why is LMS not supported on ARM for Perl 5.22? > 2- if I try to follow the way of building a self-contained LMS[0], could > it work? > 2.1- if not, why? > > Thanks again for your help. > > -- > Pavel > > > [0]- > http://forums.slimdevices.com/showthread.php?99648-Howto-build-a-self-contained-LMS/page4&highlight=Perl+problems+LMS+7.9+Debian+sid
hi Pawel, it will ALMOST work if you build it your self. Here is what i had to do: 1. pull (via 'git clone') slimserver-vendor 2. take a look here: https://github.com/Logitech/slimserver-vendor/issues/9 3. copy arch/xxx directory according to instrictuions. 4. lms will not start as Image::Scale module it expects is newer then the one in the LMS 7.9 code (therefore from build ... lib directory copy those 1-2 perl module files 5. that should get lms started 6. last but not least - you should build binaries for your linux (not sure what you are running i was running 64bit ubuntu on Odroid-C2) - flac, faad and sox (they are in the slimserver-vendor) ... those files from 'mcdee' / patches are addressing those and not only buildme.sh in the main directory 7. copy those 3 binaries (this is where it is little tricky as they are tar-ed and you need smart command to extract them ... but do this only once and those 3 binaries copy into 'Bin' directory into your running/lms subdirectory (just above usual x86_64 ... or i386... or armhf ... etc hope this helps ? ------------------------------------------------------------------------ gahabana's Profile: http://forums.slimdevices.com/member.php?userid=62064 View this thread: http://forums.slimdevices.com/showthread.php?t=106174 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
