简体   繁体   中英

Imagemagick error in Ubuntu 11.04

I'm getting an error while running my project. I'm not able to find what is the problem. Can anyone help me?

The error is:

/home/kranthi/.rvm/gems/ruby-1.8.7-p334@rails301/gems/rmagick-2.9.1/lib/RMagick2.so:
libMagickCore.so.2: cannot open shared object file: No such file or directory -
/home/kranthi/.rvm/gems/ruby-1.8.7-p334@rails301/gems/rmagick-2.9.1/lib/RMagick2.so (LoadError)

rmagick 2.9.1 was released in 2009 which is why it's looking for an old version of ImageMagick as sarnold said. I'd recommend upgrading to a newer version of rmagick such as 2.13.1 and make sure you have the imagemagick Ubuntu package installed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM