1uke_ wrote: > > How come I didn't need to build any binaries when putting Logitech Media > Server on my old Ubuntu system?
In order to use a pre-build (~= binary) package, your combination of perl version and hardware platform needs to be supported. In your case, this would be perl 5.28 on 32 bit Intel. However, as Michael pointed out, this combination isn't supported. If you check 'this' (https://github.com/Logitech/slimserver/tree/public/7.9/CPAN/arch) (format: <perl version>/<platform>), you'll notice that the last version with support for 32 bit is for perl 5.26 (which is the reason it worked on your old system). Trying to install the deb package on your current system is therefore futile, as LMS will not run even if installed. Your options are therefore: - switch to a 64 bit OS if your CPU is capable of running one - use perl <= 5.26 - build the binaries yourself ('This page' (https://www.nexus0.net/pub/documents/LMS/lms-build/) should give you an idea of what this entails, although you'd only need to follow a part of the howto) '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
