Ruby Forum Ruby > rmagick 2.5.2 install in ubuntu

Posted by Walter Joseph (walter780)
on 17.08.2008 07:17
when i try to install via "gem install rmagick" i get the error

checking for Magick-config... no
Can't install RMagick 2.5.2. Can't find Magick-config in
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin

i also downloaded the tar file - same error

can anyone help?


Thanks
Posted by Frederick Cheung (Guest)
on 17.08.2008 07:42
(Received via mailing list)
On 17 Aug 2008, at 06:14, Walter Joseph wrote:

> when i try to install via "gem install rmagick" i get the error
>
> checking for Magick-config... no
> Can't install RMagick 2.5.2. Can't find Magick-config in
> /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/ 
> X11R6/bin
>
> i also downloaded the tar file - same error
>
Have you got ImageMagick installed?

Fred
Posted by Tim Hunter (Guest)
on 17.08.2008 15:22
(Received via mailing list)
Walter Joseph wrote:
> when i try to install via "gem install rmagick" i get the error
> 
> checking for Magick-config... no
> Can't install RMagick 2.5.2. Can't find Magick-config in
> /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin

See http://rmagick.rubyforge.org/install-faq.html for general
instructions. However, a lot of people have blogged about how to install
RMagick on Ubuntu, so Googling "ubuntu rmagick" returns a lot of links
with Ubuntu-specific instructions.
Posted by Walter Joseph (walter780)
on 17.08.2008 18:07
Walter Joseph wrote:
> when i try to install via "gem install rmagick" i get the error
> 
> checking for Magick-config... no
> Can't install RMagick 2.5.2. Can't find Magick-config in
> /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/X11R6/bin
> 
> i also downloaded the tar file - same error
> 
> can anyone help?
> 
> 
> Thanks

I got it. needed the following...

apt-get install libmagick9-dev



thanks