In an attempt to create a standalone LMS to handle playback of a small library stored on a USB attached drive I downloaded the Logitech Media Server: Debian Installer Package (ARM) .deb from nightlies yesterday and installed it using dpkg -i
The install completed without issue but LMS doesn't come up. slimserver.log has the usual "Slimserver has died. Restarting" message.
I'm assuming it's a Perl version issue, so installed build-essential and nasm, cloned https://github.com/Logitech/slimserver-vendor and ran buildme.sh in CPAN
This is what I get:
If I apt-get install zlib1g I get "zlib1g is already the newest version."
Any ideas?
The install completed without issue but LMS doesn't come up. slimserver.log has the usual "Slimserver has died. Restarting" message.
I'm assuming it's a Perl version issue, so installed build-essential and nasm, cloned https://github.com/Logitech/slimserver-vendor and ran buildme.sh in CPAN
This is what I get:
Code:
RUN_TESTS:1 CLEAN:1 USE_HINTS:1 target all
Building for Linux / aarch64-linux-thread-multi
./buildme.sh: line 115: ldconfig: command not found
libz not found - please install it
Any ideas?