But I don't know, what really did the Trick. I started with the official 7.7.3 RPM and ran into a lot of errors, the first one is the one, you mentioned above. Once i got over that, i had a lot of complaints about missing perl-modules, which i tried to resolve. And finally, the server would not start because of some SQLite-issues, which i could not get over. So I removed the 7.7.3 and tried the 7.8.0 RPM, which worked out of the box :-) (probably because of some of my work on 7.7.3)
So what did I do: 1) Create a Symlink from /usr/lib/perl5/vendor_perl/Slim to /usr/lib64/perl5/vendor_perl/Slim (the first directory is, where the server is installed and the other on is, where it is supposed to be.) 2) Install CPAN (yum install perl-CPAN) and then all the modules, that were reported missing: cpan JSON::XS YAML:XS Name::Sub etc. 3) Install libjpeg, libpng: yum install libjpeg-turbo libjpeg-turbo-devel libpng libpng-devel, because Image::Scale wanted these 4) Installed the 32-bit Versions of the libraries (might not have been necessary though) like yum install libjpeg-turbo-1.2.90-5.el7.i686 At that point, I gave up, removed 7.7.3 and installed 7.8.0. And that started right from the yum command. Hope that helps. Reinhard ------------------------------------------------------------------------ rstix's Profile: http://forums.slimdevices.com/member.php?userid=63444 View this thread: http://forums.slimdevices.com/showthread.php?t=102275 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
