3
votes
1answer
362 views

Installing ruby RMagick gem on Ubuntu server without installing X

I would like to use the RMagick gem on an Ubuntu 10.04 server. This is easy to do system-wide using the Ubuntu package librmagick-ruby1.8, but I would like to install the gem in a private location ...
3
votes
1answer
2k views

Installing RMagick Gem

I just wanted to gem install rmagick and got this: Building native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. ...
2
votes
2answers
973 views

uninstall a manually compiled package in unix

I have installed imagemagick by downloading and compiling the source.how to correctly uninstall the ImageMagick that was manually installed in order to installed rmagick gem. Is there something like ...
22
votes
7answers
11k views

Installing rmagick on Ubuntu

I'm trying to get RMagick setup on Ubuntu 10.04. Looked here but had no joy. I even compiled and installed ImageMagick from source, but the instructions here still didn't help me when I try to install ...