Friday 2 December 2011

Fedora 16: Install Squeezebox Server

Obtain repository
rpm -Uvh http://repos.slimdevices.com/yum/squeezecenter/squeezecenter-repo-1-6.noarch.rpm

yum install squeezeboxserver

sudo ln -sf /usr/lib/perl5/vendor_perl/Slim /usr/lib64/perl5/vendor_perl/Slim

yum install perl-CPAN
perl -MCPAN -e'install Log::Log4perl'
perl -MCPAN -e'install CGI::Cookie'

for some reason the CGI::Cookie install failed, go into cpan, and force install it
cpan
force install CGI::Cookie

sudo systemctl start squeezeboxserver.service
sudo systemctl status squeezeboxserver.service

configure it - browse to localhost:9000

2 comments:

  1. Instead of building the modules myself, I just did:
    yum install perl-Log-Log4perl perl-CGI perl-YAML-LibYAML

    ReplyDelete
  2. I have successfully installed 7.7.2. Details here: http://steve-lorimer.blogspot.com.au/2012/10/fedora-17-squeezebox-server-772.html

    ReplyDelete