Sample Header Ad - 728x90

How can I install all missing perl libraries?

2 votes
1 answer
5645 views
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://: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-perl * libev-perl * libxml-parser-perl works! * libhtml-parser-perl was already installed. * libjson-xs-perl * libdigest-sha-perl * nothing under yaml-xs, so installed libyaml-perl instead. * libsub-name-perl How can I install the missing libraries? (So that I can presumably troubleshoot further.)
Asked by Sparhawk (20499 rep)
Jun 5, 2015, 01:05 PM
Last activity: Oct 11, 2015, 09:03 AM