All did to fix this locally was rebuild against the newer imagemagick packages in lucid, no need to apply any patches
$ cd /usr/src $ sudo apt-get build-dep librmagick-ruby $ apt-get source librmagick-ruby $ cd librmagick-ruby-2.11.1 $ dch -i (add changelog entry) $ dpkg-buildpackage $ cd .. $ sudo dpkg -i librmagick-ruby*.deb -- Please rebuild for newer version of ImageMagick https://bugs.launchpad.net/bugs/518122 You received this bug notification because you are subscribed to Ubuntu. Status in “librmagick-ruby” package in Ubuntu: Confirmed Status in “librmagick-ruby” package in Debian: Fix Released Bug description: Binary package hint: librmagick-ruby Open console type irb require 'RMagick' Get error loading lib _______________________________________________ Pkg-ruby-extras-maintainers mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-ruby-extras-maintainers
