Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why isn ImageMagick recognized and used during Xastirs “configure” stage?

0
Posted

Why isn ImageMagick recognized and used during Xastirs “configure” stage?

0

You might have forgotten to install both ImageMagick and the ImageMagick-devel RPM. Another possibility is that your particular RPM’s might not contain all of the library dependencies that you need, like libcms or zlib. Check carefully through “config.log” to see if the ImageMagick detection code says something like: “ld: cannot find -llcms”, “ld: cannot find -lz”, or “ld: cannot find -ljpeg”. Install the additional libraries that it needs, and perhaps development packages for them as well. Note: If the “spec” file for the ImageMagick/ImageMagick-devel RPM’s had the proper dependencies listed, you would have been asked to install all of the dependent libraries before you could have even installed the ImageMagick RPM’s. Encourage your vendor to fix the “spec” files for those RPM’s to include all dependencies.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123