Do you ever get the error “Please provide a path to MagickWand-config” while setting up ImageMagick?
“configure: error: not found. Please provide a path to MagickWand-config or Wand-config program.”
Don’t panic. It’s a simple one, and we can fix this right away. You are getting this error because you have only installed the “ImageMagick” package. You also need to install “ImageMagick-devel,” and that will fix all the issues.
yum install ImageMagick-devel
That’s it!! Issue solved.