LoadError: /opt/ruby-enterprise-1.8.6-20080507/lib/ruby/gems/1.8/gems/rmagick-2.5.2/lib/RMagick2.so: undefined symbol: SketchImage - /opt/ruby-enterprise-1.8.6-20080507/lib/ruby/gems/1.8/gems/rmagick-2.5.2/lib/RMagick2.so
I am using Paperclip for uploads, and it works, including ImageMagick, but when I try to use RMagick to read or modify an image I get the error.
The newest version of RMagick on the server is 2.7.0 and I am using 2.7.1 for development. I doubt that this is the issue, but I thought I should mention it.
How can I fix this?