similar to: Could not install Rmagick Gem in rails 4 (Ubuntu 13.04)

Displaying 20 results from an estimated 2000 matches similar to: "Could not install Rmagick Gem in rails 4 (Ubuntu 13.04)"

2012 Jan 30
0
Installing RMagick on CentOS 5
I''m have a very big trouble with my project. I install RMagick on Centos, and catch error: I use RVM + ruby 1.9.3 [kastet@v989 ~]$ gem install rmagick Building native extensions. This could take a while... ERROR: Error installing rmagick: ERROR: Failed to build gem native extension. /home/kastet/.rvm/rubies/ruby-1.9.3-p0/bin/ruby extconf.rb checking for Ruby version >=
2014 May 06
0
Failed "bundle install" due to libpq-fe.h
I tried to run the command "bundle install" as follow and then I got this error: # bundle install Don't run Bundler as root. Bundler can ask for sudo if it is needed, and installing your bundle as root will break this application for all non-root users on this machine. Fetching gem metadata from https://rubygems.org/........ Fetching additional metadata from
2010 Nov 15
1
Installing rmagick gem with RVM
Hello, I start using RVM for using Rails 3 and Rails 2 for some applications. At the moment I can''t install the rmagick gem in the new Ruby environment. I use Mac OSX and I installed already imagemagick via ports and this was working before using RVM, I succeed also to install the rmagick gem before installing RVM. Here is the output of the install command : http://pastie.org/1299253
2010 May 06
0
how to find installed gem is rmagick 2 or rmagick 1?
Dear Friends, I need to install rmagick2. when i give gem install rmagick, rmagick 2.13.1 is installed. But how do i find whether its rmagick 1 or rmagick 2? Is is the series starts with rmagick 2.... belongs to rmagick 2 & series starts with rmagick 1.... belongs to rmagick 1? Thanks in advance Regards, Jose Martin -- Posted via http://www.ruby-forum.com/. -- You received this
2006 Apr 17
0
RMagick installation error.
Hi everyone, I don''t know if it''s the right place to ask you this question. Anyway, now I''m trying to install RMagick, under Ubuntu Linux, in order to have an image resizing using RubyonRails. I followed the description how to install RMagic: http://rmagick.rubyforge.org/install-linux.html Everything works, as it''s written, but during the last point (Step 3:
2007 Nov 22
0
Problem Installing RMagick with Instant Rails on Windows
I''m running Instant Rails 1.4 on Windows XP with SP2. I have downloaded the Windows binary version of RMagick from the RubyForge page. Specifically, I have downloaded: 1.14.1 binary gem for Ruby 1.8.5 (fixed for RubyGems 0.9.4) RMagick-1.14.1_IM-6.3.0-7-Q8-2.zip I have removed any older versions of RMagick using: gem uninstall RMagick I have updated my version of rubygems. I
2006 Aug 05
0
RMagick and FastCGI on Windows
I''m having trouble getting RMagick to work on my Apache/FastCGI setup. If I top Apache and start WEBrick on the exact same app/dirs, it works fine. I installed RMagick following the instructions here: http://rmagick.rubyforge.org/install-faq.html#win That gives me: C:\ruby\lib\ruby\gems\1.8\gems\RMagick-win32-1.9.2-mswin32\lib
2007 May 13
0
Problems with RMagick libraries
Hi, I''m trying to use File_colum plugin (rails/../plugin/trunk) with RMagick. When I use in the model: class Usuario < ActiveRecord::Base file_column :image ...rest of the code.... end There''s no problem, images are uploaded and all is working ok. The problem comes when I try to use: class Usuario < ActiveRecord::Base file_column :image, :magick => { :geometry =>
2007 Jun 05
1
My RMagick sucks under windowsXP
Hi,I plan to use rmagick for my rails app,however it can not work normally under windowsXP platform: I have installed ruby1.8.5,and then rmagick-1.14.1 and ImageMagick-6.3.0-7-Q8-windows-dll,which can be got from the url: http://rubyforge.org/frs/download.php/15132/RMagick-1.14.1_IM-6.3.0-7-Q8.zip after my installation,and when i run a rmagick test under
2006 Sep 15
0
RMagick, OS X, and granite
I''m having an odd problem with RMagick. Consider the following script: ############################################################ require ''rubygems'' require ''RMagick'' Magick::ImageList.new(''granite:'').display ############################################################ Under Linux (Debian in particular), this works fine and
2009 Mar 25
0
RMagick LoadError
I installed RMagick 2.9.1 and tried to test RMagick code below. irb -rubygems -r RMagick But I got an error like below. /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.9.1/lib/RMagick2.so: libMagickCore.so.2: cannot open shared object file: No such file or directory - /usr/local/lib/ruby/gems/1.8/gems/rmagick-2.9.1/lib/RMagick2.so (LoadError) from
2007 Dec 13
0
Errors building RMagick on Linux
Here are the sequence of commands that I''ve done running CentOS 4.3. When I do the very last command ''make'', I get the errors below. Any ideas? thanks! chirag cd /usr/local/src wget http://image_magick.veidrodis.com/image_magick/ImageMagick.tar.gz tar xvzf ImageMagick.tar.gz cd ImageMagick-X.Y.Z ./configure --disable-static --with-modules --without-perl \
2006 Jan 23
2
require rmagick
Hello, I''m trying to use rmagick in a helper script (for auto-generating image sizes) and I''m not sure where I should be calling ''require''. currently I have: require ''RMagick'' at the top of my controller: class FilmsController < ApplicationController require ''RMagick'' but that''s giving me an error:
2010 Oct 13
1
Installation of rmagick --version '>= 2.13.1' on CENTOS
I have successfully installed the following components in my centos server: Ruby 1.8.7 Rails 2.3.8 Gem 1.3.7 paperclip --version ''>= 2.3.3'' will_paginate --version ''>= 2.3.15'' tlsmail --version ''>= 0.0.1'' but facing problem at the time of installation of rmagick --version ''>= 2.13.1'' When I go for
2006 Jan 26
2
rmagick
Hello, I cannot use rmagick on Instant Rails (pre 8). I''ve downoladed andinstalled it following all instructions (yes, I did ''postinstall.rb''). require ''RMagick'' gives No such file to load -- RMagick. gem --list prints out RMagick-win32 (1.9.2) RMagick is an interface between the Ruby programming language and the ImageMagick and GraphicsMagick
2007 Jan 04
1
rmagick working in console but not in my app
hey all, When I do this in script/console I get: >> require ''RMagick'' => true >> include Magick => Object >> f = Image.new(100,100) { self.background_color = "red" } => 100x100 DirectClass 16-bit >> f.crop_resized(50,50) => 50x50 DirectClass 16-bit But in my application I keep getting the same error as if rmagick was not
2006 Jul 26
0
controller cant find my RMagick installation on OSX 10.4
I need to install RMagick as it is a required dependency for the file_column plugin which I am trying to use. I was completely baffled by the instructions on by the RMagick website for installing RMagick on OSX. However, I found these alternative instructions which come from the same chap who provided the instructions for installing RoR on Tiger.
2007 Sep 03
0
Have you tried RMagick 2.0.0 beta?
The RMagick 2.0.0 beta release has been available for about a month now (http://rubyforge.org/frs/?group_id=12). If you''ve installed it please let me know what your experience has been. I need to hear from users who have had a successful experience before I feel okay about promoting this to production status. Post a note on the RMagick forum at RubyForge
2008 Jul 03
1
halp! howto config env.rb to look for rmagick gem?
hi, my rails application is having trouble locating rmagick to use with acts as attachment. my host put the gem in /home/myaccount/ruby/gems/gems/rmagick. how do i tell my rails app rmagick is located there? i tried require "/home/myaccount/ruby/gems/gems/rmagick", but that was crashing my rails app. and ENV[''GEM_PATH''] =
2006 Jun 30
3
gem Rmagick install problem on Linux
I get the following error when I try to install Rmagic (via gem) on Linux. Do I need to install anyting before installing rmagic? This worked seamlessly on windows. What the best way to install it on Linux. I am on RedHat ES 3. /thanks -thila Attempting local installation of ''rmagick'' Local gem file not found: rmagick*.gem Attempting remote installation of