Page 1 of 1

Posted: 2006-08-16T07:59:01-07:00
by magick
Looks like you have permission problems. Take a look at the full path /usr/local/lib/ImageMagick-6.2.9/* and make sure all directories and files are readable by world.

Posted: 2006-08-17T22:50:00-07:00
by anthony
From a system admin point of view it means you used a bad umask for your root account. Root should use a umask of 022, most user account use
a umask of 077 or 027.