Hi! On Tue, Mar 10, 2009 at 7:44 PM, Dr. Tino Engländer <tino.englaen...@t-online.de> wrote: > $ strace convert -version 2>&1 | grep configure.xml > returns nothing! > > I looked into the output with less. I attach the output in the hope that it > helps.
Here: open("/usr/local/lib/libMagick.so.10", O_RDONLY) = 3 open("/usr/local/lib/libWand.so.10", O_RDONLY) = 3 Do you remember if you have manually installed an older ImageMagick version? >From what I see, the "convert" command that you are calling is from another install of ImageMagick (not the one from Debian). Test with this: /usr/bin/convert --version "whereis convert" can help you in finding where is the other convert binary (as we know that the libs are under /usr/local/lib) Best regards, Nelson -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org