From: ara.t.howard@... Date: 2006-08-05T01:46:20+09:00 Subject: Re: Ruby can't see RMagick installed from gem on FC4 On Sat, 5 Aug 2006, Lance Squire wrote: > unknown wrote: > >> what do these commands do for you >> >> harp:~ > ruby -r rubygems -e' require "RMagick"; p Magick ' >> Magick >> > > $ ruby -r rubygems -e' require "RMagick"; p Magick ' > ---- > Magick > ---- therefore, you've got it installed. if you are having issues with rails you have issues with permissions or you have two rubys installed and the web users is using a different one > $ ruby -r rubygems -e' require "RMagick"; p Magick 'Magick > ---- > -e:1: warning: parenthesize argument(s) for future version > -e:1: undefined method `Magick' for # (NoMethodError) > ---- cut and past error. this is fine > > >> if that doesn't work try >> >> harp:~ > LD_LIBRARY_PATH=/usr/lib ruby -r rubygems -e' require >> "RMagick"; p Magick ' >> Magick >> > > $ LD_LIBRARY_PATH=/usr/lib ruby -r rubygems -e' require > "RMagick"; p Magick ' > ----- > -e:1:in `require': wrong number of arguments (0 for 1) (ArgumentError) > from -e:1 that has to be on one line! anyhow. you have installed RMagick and can use it fine from the command line. what's your exact issue in rails then? -a -- happiness is not something ready-made. it comes from your own actions. - h.h. the 14th dali lama