RMagick installed BUT "no such file to load -- RMagick"

Hi.

I have ImageMagick and RMagick successfully installed: #gem list | grep -i rmagick rmagick (2.3.0)

Unfourtunately, my RoR project will still not start. I always see the following error in my apache error logs:

[error] /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require' [error] no such file to load -- RMagick [error] ( [error] MissingSourceFile [error] ) [error] \tfrom /usr/local/lib/site_ruby/1.8/rubygems/custom_require.rb:27:in `require' ....

Any ideas?

It even works if i try to load RMagick in the console, but not if i access my application via browser!

<ror-project># script/console Loading development environment (Rails 2.0.2)

I had the same problem, and found the solution here, by Peturrr: