Just hit that on my Debian unstable system:
Code:
2007-08-30 15:41:12 Slimserver died. Restarting.
Base class package "Class::C3::Componentised" is empty.
(Perhaps you need to 'use' the module which defines that package first.)
at /usr/share/perl5/DBIx/Class/Com
I installed flac-1.1.4 on FC6 from a rebuilt FC7 RPM but ran into the
following SELinux issues:
flac: error while loading shared libraries: /usr/lib/libFLAC.so.8:
cannot restore segment prot after reloc: Permission denied
I fixed this using:
chcon -t textrel_shlib_t /usr/lib/libFLAC.so.8*
R.