Forums | Admin

Discussion Forums: open-discussion

Start New Thread Start New Thread

 

By: Roger Pack
RE: rmagick not working !!!! [ reply ]  
2008-06-24 17:33
did you see this message?
>> did you require 'rubygems' first?

does the 'convert' command work?

By: Ishan Patel
RE: rmagick not working !!!! [ reply ]  
2008-06-24 04:48
i have installed gem...


here is out put for all installed gems ..

root@bpocanada-desktop:/home/bpocanada/Desktop# gem list

*** LOCAL GEMS ***

actionmailer (2.1.0)
actionpack (2.1.0)
activerecord (2.1.0)
activeresource (2.1.0)
activesupport (2.1.0)
rails (2.1.0)
rake (0.8.1)
rmagick (2.5.1)



.....................

so now what ?

By: Roger Pack
RE: rmagick not working !!!! [ reply ]  
2008-06-23 14:33
did you require rubygems first?

By: Ishan Patel
RE: rmagick not working !!!! [ reply ]  
2008-06-23 12:35
hey thanks for ur replay...

need further assistance

after coping the libMagickCore.so.1 as follows --
sudo cp /usr/local/lib/libMagickCore.so.1 /lib64

i have to reinstall rmagick or what ? because after coping also the same error is comming ..

By: Roger Pack
RE: rmagick not working !!!! [ reply ]  
2008-06-23 11:54
try
http://rubyforge.org/tracker/?func=detail&atid=134&aid=20372&group_id=12
Posting the error message might help, too :P

By: Ishan Patel
RE: rmagick not working !!!! [ reply ]  
2008-06-23 10:54
I have to set any path variables for this ? or what ? ... i feel help less as i m newbie

By: Ishan Patel
rmagick not working !!!! [ reply ]  
2008-06-23 09:09
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 ?