Tagged Questions
0
votes
1answer
72 views
Ubuntu - cannot install RMagick [duplicate]
How to install the RMagick gem to Ubuntu? I found a few threads here on SO, some of there directly pointed out to the installation on Ubuntu systems, but none of them is working for me.
Here is the ...
-1
votes
0answers
117 views
Amazon EC2 - Can't install RMagick 2.13.2. Can't find MagickWand.h [closed]
When I run bundle on Amazon EC2 server, I get this error:
Can't install RMagick 2.13.2. Can't find MagickWand.h.
An error occurred while installing rmagick (2.13.2), and Bundler cannot continue.
Make ...
0
votes
1answer
161 views
My previues Rails Project does not work now, because of some error in RMagic gem
I programmed a website in Rails on Ubuntu 12.10.
after some while, when I came back to check it, when look at localhost:3000,
everything is ok until we click on anything, i see a page that say
...
1
vote
2answers
722 views
Trouble installing rmagick gem in Ubuntu (already installed ImageMagick successfully)
Trust me when I tell you I've read each and every single thing on Stack related to this question (I know a few others have asked this).
OS: Ubuntu 10.04
Ruby: 1.8.7
I installed the latest build of ...
0
votes
1answer
317 views
Can't install RMagick with rbenv
I'm using rbenv on my Ubuntu 10.04 server and I already installed ImageMagick, but I can't get RMagick to install successfully. I get the following error message
Can't install RMagick 2.13.1. Can't ...
1
vote
3answers
482 views
Difference between 'require 'rmagick' and 'require RMagick' (Mac vs Debian)
I'm using a Mac pro Lion for development with ImageMagick Q16, RVM and ruby 1.8.7
I can use the following in IRB:
Take note on the different caps in the word 'rmagick'
require 'rubygems'
=> true ...
0
votes
2answers
524 views
no such file to load — RMagick.rb Rails, Ubuntu
I have ruby and my gems installed in my home directory using rvm. 'require RMagick' works from the console and irb, but not from within my Rails app. I have the gem listed in my Gemfile.
require ...
3
votes
1answer
363 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.
...
1
vote
1answer
1k views
rmagick won't find imagemagick on the server
I'm deploying a railsapp to ubuntu
rmagick is installed via "bundle install vendor". it installs , and the app runs -- but this error gets thrown :
uninitialized constant Image::Magick
when ...
0
votes
1answer
788 views
RMagick + Ubuntu - wrong jpeg library?
I'm having an issue getting RMagick to behave on Ubuntu Intrepid. RMagick installed correctly, but when I attempt to use the JPEG manipulation functions, I get the following error:
...
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 ...
1
vote
4answers
781 views
Is there a trick to installing RMagick & ImageMagick on Ubuntu?
I keep getting Segmentation faults in the rmagick_processor.rb:52 (part of attachment_fu) while trying to run the test suite for community_engine on a fresh ruby app.
I've noticed I have both ...