Rmagick on windows

I used them both but it’s same if Iwrite rmagick , it gives me no such
file to load --rmagick
and if I write RMagick the same no such file to load --RMagick
so I don’t know what to do?

William P. wrote:

I believe it’s RMagick, not rmagick.

Aya Aya wrote:

I try the require’rmagick’ it gives me no such file to load --rmagick


Sincerely,

William P.

NO problem
I migrate to unix , it’work easily

thanks

Thank you guys. This was helpful.

A whole day of effort - I wish I had found this earlier

~r

Yup… The book assumes that you’re not using InstantRails at that
point.
RMagick and all other gems are installed more easily if you install Ruby
and
Rails manually. The reason for this is that because InstantRails is
self-contained and not on your path, you have to do all of your work
from
within the Instantrails directory.

Sorry for the confusion.

Brian H. wrote:

You downloaded this one?

http://rubyforge.org/frs/download.php/15132/RMagick-1.14.1_IM-6.3.0-7-Q8.zip

That helped me too! thx :slight_smile:

Scott Pn wrote:

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.

I have faced the same problem while installing the Rmagick.

To solve this issue just copy the CORE_… .dll or all the *.dll files
from the ImageMagick… Installed path which would be preferably in
C:/Program files/Imagemagick… and paste it in C:/windows/system32.

Once you done with this above flow try this.

irb > require ‘rubygems’
true
irb > require ‘rmagick’
true

Which shows the rmagick was installed perfectly.

I have a post that explains the installation for both RMagick and
ImageMagick at
Webintellix.com.