Quote:
|
Originally Posted by Chuck S Hello it would appear that mogrify either does not exist there or we do not have permission to use it
error code 127 means it can not be found. |
I did a general mogrify search:
[root@ensim bin]# locate mogrify
warning: locate: warning: database /var/lib/slocate/slocate.db' is more than 8 days old
/usr/share/doc/ImageMagick-5.5.6/www/mogrify.html
/usr/share/man/man1/mogrify.1.gz
/usr/share/ImageMagick/www/mogrify.html
/usr/bin/mogrify
/home/virtual/FILESYSTEMTEMPLATE/siteinfo/usr/bin/mogrify
/home/virtual/FILESYSTEMTEMPLATE/siteinfo/usr/share/ImageMagick/www/mogrify.html
/home/virtual/FILESYSTEMTEMPLATE/siteinfo/usr/share/doc/ImageMagick-5.5.6/www/mogrify.html
/home/virtual/FILESYSTEMTEMPLATE/siteinfo/usr/share/man/man1/mogrify.1.gz
/home/virtual/site1/fst/usr/bin/mogrify
/home/virtual/site1/fst/usr/share/ImageMagick/www/mogrify.html
/home/virtual/site1/fst/usr/share/doc/ImageMagick-5.5.6/www/mogrify.html
/home/virtual/site1/fst/usr/share/man/man1/mogrify.1.gz
So I chmod mogrify to give it full permission:
[root@ensim bin]# chmod 777 mogrify
[root@ensim bin]# ls -l mogrify
-rwxrwxrwx 1 root root 12660 May 26 2005 mogrify
[root@ensim bin]#
Still error code 127