Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Hi there,
I'm really frustrated now. I tried a lot of things to get ImageMagick running. First there were some troubles with PHP, then I found out that ImageMagick does throw some errors. I found no solutions (I did not change anything on ImageMagick) I decided to remove ImageMagick from the server.
But not even this seems to work :/
make uninstall
( cd '/usr/local/bin' && rm -f animate compare composite conjure convert display identify import mogrify montage stream )
( cd '/usr/local/bin' && rm -f Magick-config MagickCore-config Wand-config MagickWand-config )
( cd '/usr/local/etc/ImageMagick/' && rm -f coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml policy.xml quantization-table.xml thresholds.xml type.xml type-dejavu.xml type-ghostscript.xml type-windows.xml )
( cd '/usr/local/share/ImageMagick-6.7.9' && rm -f english.xml francais.xml locale.xml )
( cd '/usr/local/lib/ImageMagick-6.7.9/config' && rm -f configure.xml )
( cd '/usr/local/share/doc/ImageMagick-6.7.9' && rm -f LICENSE ChangeLog NEWS.txt )
/bin/bash ./libtool --mode=uninstall rm -f '/usr/local/lib/libMagickCore.la'
/bin/bash ./libtool --mode=uninstall rm -f '/usr/local/lib/libMagickWand.la'
rm -f /usr/local/include/ImageMagick/magick/magick-config.h
tests/*_out.*
tests/drawtest_out.miff: line 7: rendering-intent=Perceptual: command not found
tests/drawtest_out.miff: line 9: red-primary=0.64,0.33: command not found
tests/drawtest_out.miff: line 10: white-point=0.3127,0.329: command not found
tests/drawtest_out.miff: line 11: date:create=2012-10-02T00:07:31+02:00: command not found
tests/drawtest_out.miff: line 12: date:modify=2012-10-02T00:07:31+02:00: command not found
tests/drawtest_out.miff: line 13:
: command not found
tests/drawtest_out.miff: line 14: :ÿÿÿÐÿÿþÿöíÿáÄÿÁÿ¶mÿºuÿ¾}ÿÂ
ÿâÅÿùòÿÿÿÿÿÿÿwÿÿÿÿÿÿÎÿþþÿÔ¨ÿ: command not found
tests/drawtest_out.miff: line 15: úõÿÿ: command not found
tests/drawtest_out.miff: line 18: *Ìi6ÏrBÒzNÕY×cÚnÜxß¡á¨ã¯åµç»¥éÁ¬ëÇ´íÌ»ïÑÂðÖÈòÛÎóßÔõãÚöçß÷êãøíçùðëúóïûõòüøõýùøýýüþÿÿÿÿÿÿÿÿÿÄÿÿÿÿ°: command not found
and so on...
I don't think I can fix this anymore, is there a way to completely uninstall ImageMagick by hand?
This is the list of commands I use to force a complete clean...
But Please check thoroughly what files will be removed, and look for others as things do change, and I have not needed to use this list for some time due to my use of the package management system.
A good way of looking for files is to search using the "locate" command under linux, though it can be a little slow to update its file list database when you make changes.