Sadly none of them worked (and I removed all the links that I made above
in case they could cause problems), still the error is:

Code:
--------------------
    [16-07-22 12:31:02.3252] Slim::Display::Lib::Fonts::__ANON__ (85) Warning: 
Unable to load TrueType font support: Font::FreeType object version 0.07 does 
not match $Font::FreeType::VERSION 0.03 at 
/usr/lib/perl5/core_perl/DynaLoader.pm line 210.
  Compilation failed in require at 
/opt/logitechmediaserver/Slim/Display/Lib/Fonts.pm line 84.

Now that's different/better: LMS does find part of the newly compiled module, but is complaining about it's version. These modules consist of a pure perl part, and some compiled binary. The versions of the two have to match. In your case LMS picked up the perl part from the LMS distribution, but the binary from yours. They don't match. You could now go and delete Fonts* from LMS' own CPAN folder (see the output in one of your earlier postings). It then should pick up both perl and binary from your build.

--

Michael
_______________________________________________
Squeezecenter mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/squeezecenter

Reply via email to