avalx wrote: > I've just upgraded from f22 to f23 via dnf and now I can not get > squeezeboxserver to run! I reinstalled the repo and logitechmediaserver > but still the errors persist. > And something from logs: > > > Code: -------------------- > > > Nov 23 16:48:30 sever squeezeboxserver[2144]: Can't load '/usr/local/lib64/perl5/auto/MIME/Base64/Base64.so' for module MIME::Base64: libperl.so.5.20: cannot open shared object file > -------------------- > > > > What else can I try to ger my server running again?
Looks like MIME::Base64 was in the base perl install on earlier versions of Fedora, but not for f23. You may need to install perl-MIME-Base64: sudo dnf install -y perl-MIME-Base64 It also looks like the package for logitechmediaserver needs a "Requires: perl(MIME::Base64)" now. ------------------------------------------------------------------------ Grotus's Profile: http://forums.slimdevices.com/member.php?userid=887 View this thread: http://forums.slimdevices.com/showthread.php?t=101931 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
