Just installed Squeezecenter 7.0 (squeezecenter-7.0-1.noarch.rpm) I ran
into the following when starting the service: 

Starting SqueezeCenter: Can't locate Slim/bootstrap.pm in @INC. 

The issue is with path in @INC (need to recompile or symlink) looks
like the RPM is shoving the Slim directory into "/perl5/vendor_perl" 

I ran perl -e "print join(\"\n\", @INC);"  and it shows
/usr/local/lib/perl5/5.8.8/i686-linux-thread-multi
/usr/local/lib/perl5/5.8.8
/usr/local/lib/perl5/site_perl/5.8.8/i686-linux-thread-multi
/usr/local/lib/perl5/site_perl/5.8.8
/usr/local/lib/perl5/site_perl

Fixed with:

ln -s /usr/lib/perl5/vendor_perl/Slim
/usr/local/lib/perl5/site_perl/Slim

Hope this helps someone...


-- 
barmaid3000
------------------------------------------------------------------------
barmaid3000's Profile: http://forums.slimdevices.com/member.php?userid=16433
View this thread: http://forums.slimdevices.com/showthread.php?t=45452

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to