I'm attempting to install logitechmediaserver 7.8.0 on my OSMC (Raspbmc) Raspberry Pi. I primarily followed instructions from here, although some of the install did not work (some dependencies missing from the repositories, and the patch failed).
Regardless, I've gotten to the part where I restart the server with sudo service logitechmediaserver start, then tried to test by connecting to http://<pi_local_ip>:9000. This failed, so I stopped the service with sudo service logitechmediaserver stop, then attempted to troubleshoot by manually calling the executable.
$ sudo /usr/sbin/squeezeboxserver
The following modules failed to load: DBI EV XML::Parser::Expat
HTML::Parser JSON::XS Digest::SHA1 YAML::XS Sub::Name
I attempted to install the missing libraries with apt-get install, but almost none of them helped.
libdbi-perllibev-perllibxml-parser-perlworks!libhtml-parser-perlwas already installed.libjson-xs-perllibdigest-sha-perl- nothing under
yaml-xs, so installedlibyaml-perlinstead. libsub-name-perl
How can I install the missing libraries? (So that I can presumably troubleshoot further.)