Questions tagged [rmagick]
7 questions
2
votes
0 answers
Unexplained massive rmagick temporarily file
Problem
We recently ran into a situation whereby some of our server instances were suddenly running out of disc space, evidenced by below graph:
The reason for running out of disc space is a single /tmp/magick-??? file, that grows into a 4GB…

Jack
- 636
- 4
- 15
1
vote
3 answers
Cannot install rmagick after server update
I'm running a debian server and upgraded all packages after quite a while (apt-get update, apt-get upgrade, apt-get distro-upgrade). Then rmagick didn't work anymore becuase imagemagick was updated.
So I ran:
gem uninstall rmagick
bundle…

Cojones
- 123
- 3
- 9
1
vote
1 answer
Why doesn't Magick-config ship with the version of ImageMagick installed by yum on RHEL6?
I'm trying to install some Ruby gems, and one called Rmagick, which interfaces with ImageMagick, is failing.
It's trying to find "Magick-config", but there does not appear to be any such animal in:
ImageMagick-6.5.4.7-5.el6.x86_64
Here's the…

user114055
- 155
- 1
- 7
1
vote
1 answer
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 compilation or installation errors in either…

Mark
- 135
- 1
- 6
1
vote
2 answers
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 Magick-config in ...
How I can install RMagick on…

astropanic
- 307
- 2
- 5
- 18
0
votes
3 answers
RMagick on EC2/Nginx/Passenger performance is horrible
I have a small RoR app that generates images using RMagick and the performance is not anywhere near where I thought it would be. The server configuration is a 64-bit Ubuntu 11.04 image on EC2 running Rails 3.1RC4 / Ruby 1.9.2 / Nginx / Passenger. …

Richard
- 153
- 9
0
votes
1 answer
how to install rmagick on ubuntu 8
I am trying to install the rmagick gem in ubuntu, but is is failing. the output of gem_make.out is at:
http://pastie.org/private/m7gyn96xy6yqmtp2kyog
the output of mkmf.log is at http://pastie.org/private/viagrieyiz9pxt6noyg4q . please help in…

umar
- 135
- 1
- 10