Re: Logitech Media Server wont start

Posted by TrevorH on 2012/2/26 0:48:10
Run `locate Slim/bootstrap.pm` on your system and find out where it resides. Since I suspect it won't have been packaged as part of an RPM you'll probably need to create a symlink in /usr/local/lib64/perl5 for the "Slim" directory. So if the locate command finds it in /opt/Bodgiteck/Slim/bootstrap.pm then you'd do something like this (as root)

cd  /usr/local/lib64/perl5
ln -s /opt/Bodgiteck/Slim Slim

This Post was from: https://www.centos.org/newbb/viewtopic.php?forum=56&topic_id=36005&post_id=155870