Debian RMagick install: “Can’t find Magick-config”
I executed
gem install rmagick
and got the following error:
checking for Magick-config... no Can't install RMagick 2.3.0. Can't find Magick-config in [...]
I had to install the libmagick9-dev package with
apt-get install libmagick9-dev
to solve this problem.



















Thanks!!!1
Thank you for help, that works!
thank you so much.
for ubuntu it was the packet “libmagickcore-dev”
Thx, great help.
For Ubuntu, I found that you also need to install libmagickwand-dev in order to install the rmagick gem:
sudo apt-get install libmagickwand-dev
sudo gem install rmagick
sudo apt-get install libmagickwand-dev – This thing worked for me :)
Thanks, great help!!!
Thanks!!! ;)
[...] a little I found this page which explains what to do, which is ‘apt-get install libmagickcore-dev‘ as root or [...]
Thanks…:)
On Ubuntu 10.04LTS, I ONLY had to do: apt-get install libmagick9-dev
I did NOT have to install any of the other libs / devs as indicated by others above.
Thanx for help!
WOOOWWW!! Tks so much!! works for me!
yum install ImageMagick-devel
for Fedora (and CentOS)