Displaying 20 results from an estimated 1000 matches similar to: "Problem Installing RMagick with Instant Rails on Windows"
2007 Nov 22
7
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
2007 Dec 14
0
Calling GC.start with attachment_fu and RMagick -- where or if?
RMagick (and ImageMagick) have been criticized for memory leaks,
though the problem is avoidable by timely garbage collection -- see
this thread:
http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/edee971625603f82/e402fb95de40d54b
Attachment_fu does not call GC.start in any fashion that I can see, so
my questions are these: does it need to, and if so, where would be the
optimal
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
2008 Sep 04
1
can't find RMagick on Windows?
I followed the RMagick installation instructions for Windows and
everything appeared to go fine. I added the
require ''rubygems''
require ''RMagick''
lines to my controller. I get a MissingSourceFile error, with the
msg : no such file to load -- RMagick
I''m using InstantRails2.0, which uses Rails 2.0.2 and Ruby 1.8.6. I''m
pretty new to Ruby and
2006 Mar 08
4
RMagick Instant Rails install problem
Anyone help with this?
Am running Instant Rails on Win XP Sp2. Have downloaded the
RMagick-win32-1.9.2 files into c:\Instant-Rails-1.0\temp from the
rubyforge site.
Running "Gem install RMagick-win32-1.9.2-mswin32.gem" from the temp
directory seems to work giving me a "Successfully installed
RMagick-win32, version 1.9.2" message.
However, when I then try and go
2007 Jan 04
4
RMagick problems
I read the 13th recipe in the book "Rails Recipes" from Chad Fowler. I
install with gem the gruff-library (gem install gruff). After the
installation, I download the "rmagick-win32-1.13.0_IM-6.2.9-3.zip" file
and install it on my win32-machine. It was successfully!
So, I create a controller with script/generate. In a method, which I
wrote after the creation, I''ll make
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
2006 Dec 23
11
Frustrating "require" problems with RMagick
I am using RMagick in my app and am having problems in deployment. The
deployment machine (Fedora Core 5) can''t find RMagick unless I change
the "require" syntax from that used on the dev machine (OS X). And the
dev machine doesn''t like the syntax that works on the deployment server!
To wit:
[OS X]
$ script/console
Loading development environment.
>> require_gem
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:
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 =>
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 \
2007 Aug 07
26
rmagick on windows
Is there any special way to set up rmagick on windows, I installed the
gem, and i install imagemagick, but it says it can''t find a CORE_.. .dll
file. Can someone give me a run down on how to do it on windows.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby
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:
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.
2014 Aug 27
0
Could not install Rmagick Gem in rails 4 (Ubuntu 13.04)
Gem::Ext::BuildError: ERROR: Failed to build gem native extension.
/home/anil/.rvm/rubies/ruby-2.0.0-p481/bin/ruby extconf.rb
checking for Ruby version >= 1.8.5... yes
checking for gcc... yes
checking for Magick-config... no
Can't install RMagick 2.13.2. Can't find Magick-config in
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