Permission issues with ImageMagick uninstallation
Posted: 2012-10-01T16:12:47-07:00
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 :/
throws following lines:
I already tried to change the permissions, but this had no effects. I'm very confused to get a Permission denied problem even with root rights :/
Please help!
Thank you!
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 :/
Code: Select all
x@srv01 /usr/local/src/ImageMagick-6.7.9-9 # sudo make uninstall
Code: Select all
( 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.*
/bin/bash: tests/drawtest_out.miff: Permission denied
make: *** [magick-uninstall-local] Error 126
Please help!
Thank you!