On Oct 9, 2007, at 1:45 PM, Patrick Dixon wrote: > > I updated to the latest nightly from the debian unstable repo and > SC now > won't run at all. > > The log just says: > 2007-10-09 18:40:33 slimserver_safe started. > 2007-10-09 18:40:38 SqueezeCenter died. Restarting. > 2007-10-09 18:40:43 SqueezeCenter died. Restarting. > 2007-10-09 18:40:48 SqueezeCenter died. Restarting. > 2007-10-09 18:40:53 SqueezeCenter died. Restarting. > 2007-10-09 18:40:58 SqueezeCenter died. Restarting. > 2007-10-09 18:41:03 SqueezeCenter died. Restarting. > 2007-10-09 18:41:08 SqueezeCenter died. Restarting. > 2007-10-09 18:41:14 SqueezeCenter died. Restarting. > ad infinitum > > So:- > [EMAIL PROTECTED]:~$ sudo /usr/sbin/slimserver > The following modules failed to load: YAML::Syck > > To download and compile them, please run: > /usr/share/slimserver/Bin/build-perl-modules.pl YAML::Syck > > Exiting.. > [EMAIL PROTECTED]:~$ sudo > /usr/share/slimserver/Bin/build-perl-modules.pl YAML::Syck > sudo: /usr/share/slimserver/Bin/build-perl-modules.pl: command not > found
OK, build-perl-modules.pl is not included with the Debian build, so we need to fix the message that should be displayed when this happens. I think in this case we want to tell people to install the module using apt-get, and if the module is too old, to install using CPAN. Try sudo apt-get install libyaml-syck-perl and if that doesn't get you up and running: sudo cpan YAML::Syck _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
