Same problem over here. Inkscape stopped working after update from 8.10
-> 9.04.

I de-installed and re-installed inkscape - no change.

As you can see in the output of ldd, this is not the only library that
is "missing"

        libMagick++.so.10 => not found
        libWand.so.10 => not found
        libMagick.so.10 => not found
        libpoppler.so.2 => not found
        libpoppler-glib.so.2 => not found

I created the following symlinks in /usr/lib to libraries with a
"similar" name:

sudo ln -s libMagick++.so.1.0.0 libMagick++.so.10
sudo ln -s libMagickWand.so.1.0.0 libWand.so.10
sudo ln -s libMagickCore.so.1.0.0 libMagick.so.10
sudo ln -s libpoppler.so.4.0.0 libpoppler.so.2
sudo ln -s libpoppler-glib.so.4.0.0 libpoppler-glib.so.2

(Note that the basename did change sometimes.)

After that inkscape does at least start - I can't say if it will crash
at some point due to mismatching library versions.

This info is taken from a 64 bit Jaunty release.:
Linux me 2.6.28-11-generic #42-Ubuntu SMP Fri Apr 17 01:58:03 UTC 2009 x86_64 
GNU/Linux

ls -l /usr/lib/libMagick*

looks different in my 32 bit Jaunty setup in my virtual box.


** Attachment added: "output of ldd"
   http://launchpadlibrarian.net/27903727/inkscape.txt

-- 
[jaunty] libMagick++.so.10: cannot open...
https://bugs.launchpad.net/bugs/332690
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to