Project

General

Profile

Ubuntu 10.4 - librmagic failure fix how-to

Added by John Reynolds almost 14 years ago

Just went from 9.04 to 10.4 doing an in-place upgrade.
Upgrade went fine, but Redmine failed to load due to a known bug in the Ubuntu librmagic is causing failures.

Fix is here: https://bugs.launchpad.net/ubuntu/+source/librmagick-ruby/+bug/518122

I did the following below, and now everything is working.
Just wanted to pass along in case someone else trips.

Dominic Evans wrote on 2010-05-18: #17

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


Replies (1)

RE: Ubuntu 10.4 - librmagic failure fix how-to - Added by Felix Schäfer almost 14 years ago

Please don't multipost, closing this thread in favor of the one in the Help section.

    (1-1/1)