1
vote
1answer
536 views

Cannot require 'rmagick' despite normal installation on Ubuntu (LoadError: no such file to load — rmagick)

I have installed all the dev files (sudo apt-get install libmagick++-dev libmagickcore-dev libmagickwand-dev) as well as the gem itself (gem install rmagick), and everything installed just fine, no ...
1
vote
2answers
606 views

Ruby + ImageMagick = RMagick on CentOs

cat /etc/issue CentOS release 5.5 (Final) uname -r 2.6.18-194.11.1.el5 Can't install RMagick 2.13.0. Can't find Magick-config In the log I have found: Can't install RMagick 2.13.0. Can't find ...