gem install rmagick – Can’t find Magick-config (CentOS 6)

In case you receive the mentioned error while trying to install rmagick then simply issue the following:

# yum install ImageMagick-devel

Once ImageMagick-devel is installed then you can retry installing rmagick using:

# gem install rmagick

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.