Hi Rstix and anyone else that wants LMS running on a modern EL dist: I got the LMS 7.9 daily RHEL RPM working directly with CentOS/RHEL 7. Systemd is not an issue, since it will emulate SysV init.d and start services created in /etc/init.d. As rstix also noted, the major change in RHEL 7 is the move from /usr/lib/perl5 to /usr/share/perl5, which the LMS RPM has not been updated for. This is the reason that Slim/bootstrap.pm is not in the perl @INC path. Use cpanm to install any perl CPAN modules that are missing (LMS will complain apropriately). Finally the ownership of the LMS log directory and contents was incorrect and prevented LMS from starting.
$ yum localinstall logitechmediaserver-7.9.0-0.1.1413470571.noarch.rpm $ ln -s /usr/lib/perl5/vendor_perl/Slim /usr/share/perl5/vendor_perl $ cpanm CGI::Cookie $ chown -R squeezeboxserver /var/log/squeezeboxserver $ systemctl start squeezeboxserver.service Cheers, Z ------------------------------------------------------------------------ Zn0rt's Profile: http://forums.slimdevices.com/member.php?userid=21567 View this thread: http://forums.slimdevices.com/showthread.php?t=102275 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
