Hi,
I think that I might have not been absolutely clear. You should have deleted: /usr/lib64/perl5/Slim (if it was a directory rather than a symbolic link) You should keep /usr/lib/perl5/vendor_perl/Slim You should create the symbolic link: sudo ln -s /usr/lib/perl5/vendor_perl/Slim /usr/lib64/perl5/Slim or (as a matter of taste) sudo ln -s /usr/lib/perl5/vendor_perl/Slim /usr/lib64/perl5/vendor_perl/Slim If you look into the RPM (rpm -qilp -name -pf-rpm-package-), you will see that the package will put the necessary files in /usr/lib/perl5/vendor_perl/Slim. Actually you should not even have to create that symbolic link. If you look in the post-installation script of the RPM (rpm -qp --scripts -name-of-package-, you will see that the symbolic link is created in that script. When you first updated from v. 7.9 this creation because the location already existed as a directory/hard link. Regards, Johan ------------------------------------------------------------------------ Johan S's Profile: http://forums.slimdevices.com/member.php?userid=42796 View this thread: http://forums.slimdevices.com/showthread.php?t=114300 _______________________________________________ Squeezecenter mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/squeezecenter
