From: Lance Squire Date: 2006-08-05T04:31:43+09:00 Subject: Re: Ruby can't see RMagick installed from gem on FC4 unknown wrote: > try this from you rails root > > ./script/console > > require 'RMagick' > > p Magick > > > i'll bet it works > > -a Might help if I know what constitutes 'works' is ;) Here's the output: $ script/console Loading development environment. >> require 'RMagick' => true >> p Magick Magick => nil >> -- Posted via http://www.ruby-forum.com/.