Page 1 of 1

Problems installing on SLES 10

Posted: 2008-05-19T08:02:45-07:00
by mattias
Tried installing the latest ImageMagick on a SLES 10 machine. All works nice except I don't get any FreeType fonts. I use --with-fontconfig=yes but I still get no. And if I install and do convert -list font I only see GhostScript fonts.

What can this be. I see my font in fc-list and I have fontconfig version 2.3.94 and freetype 2.3.5

Re: Problems installing on SLES 10

Posted: 2008-05-19T08:35:35-07:00
by magick
Did you install the fontconf developer RPM? Take a look at config.log and look for where the fontconf delegate library is validated. It will tell you exactly why fontconfig failed to validate. Fix the problem and rerun the ImageMagick configure script until the fontconfig delegate library is validated.

Re: Problems installing on SLES 10

Posted: 2008-05-19T09:20:35-07:00
by mattias
That looks like the case. It's missing - I'll install it and give it a try.

Thanks

Re: Problems installing on SLES 10

Posted: 2008-05-21T02:40:48-07:00
by mattias
Got the fontconfig devel installed but I still get NO on fontconfig. Looked at the config.log and I can't find anything on fontconfig. ??

Re: Problems installing on SLES 10

Posted: 2008-05-21T04:14:28-07:00
by mattias
I have fontconfig version 2.3.94 and I tried to install ImageMagick 6.4.1. Could it be that the version of fontconfig is to old?