dear all
thanks in advance !
hey i m using ubuntu 7.04 as my os and i had installed ruby, rails, imagemagick and rmagick 2.5 in my system.
mine is 64 bit system and OS.
while i have installed rmagick with gem it shows installation successfully and
>gem list
also contains the entry for rmagick
but when i have tried to test rmagick its not working and gives erroe like below.
root@bpocanada-desktop:/home/bpocanada/Desktop/ImageMagick-6.4.1# irb
irb(main):001:0> require 'rmagick'
LoadError: no such file to load -- rmagick
from (irb):1:in `require'
from (irb):1
irb(main):002:0>
So any idea what i should do to handle this ?
|