How could i configure Rmagick gem or ImageMagick to solve following problem
- by chs
I am getting following error while running local script/server of my rails project
/usr/lib/ruby/gems/1.8/gems/rmagick-2.13.1/lib/RMagick2.so: This installation of RMagick was configured with ImageMagick 6.6.1 but ImageMagick 6.4.5 is in use. (RuntimeError)
and RMagick2.so is blank.
and identify --version command shows following result
Version: ImageMagick 6.6.1-10 2010-05-21 Q8 http://www.imagemagick.org
So, my question is how and where should i make changes to work it fine;
I had already reinstall ImageMagick but didnt work for me, so any suggestions
Thanks in advance