[Bug 994807] Re: ImageMagick version 3 no longer available in Ubuntu 12.04

2012-07-21 Thread broucaries
Not a bug. New version of imagemagick will use symbols library ** Changed in: imagemagick (Ubuntu) Status: Confirmed => Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/994807 Title: Im

[Bug 994807] Re: ImageMagick version 3 no longer available in Ubuntu 12.04

2012-05-08 Thread mythsmith
I correct myself... OOF2 will anyway fail at certain point due to unresolved symbols. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/994807 Title: ImageMagick version 3 no longer available in Ubuntu

[Bug 994807] Re: ImageMagick version 3 no longer available in Ubuntu 12.04

2012-05-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: imagemagick (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/994807 Title:

[Bug 994807] Re: ImageMagick version 3 no longer available in Ubuntu 12.04

2012-05-08 Thread mythsmith
I found this problem in running OOF2 (from NIST), and resolved creating a symbolic link to libMagick 4 library: sudo ln -s /usr/lib/libMagick++.so.4 /usr/lib/libMagick++.so.3 Then I run all unittests for the app and everything was OK. I hope it will work for you app too. -- You receiv